FreeTensor
Loading...
Searching...
No Matches
tensor_prop_const.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_TENSOR_PROP_CONST_H
2#define FREE_TENSOR_TENSOR_PROP_CONST_H
3
4#include <func.h>
5
6namespace freetensor {
7
34Stmt tensorPropConst(const Stmt &op, const ID &bothInSubAST = ID(),
35 const ID &eitherInSubAST = ID());
36
38
39} // namespace freetensor
40
41#endif // FREE_TENSOR_PROP_CONST_H
#define DEFINE_PASS_FOR_FUNC(pass)
Definition: func.h:88
Definition: allocator.h:9
Stmt tensorPropConst(const Stmt &op, const ID &bothInSubAST=ID(), const ID &eitherInSubAST=ID())
Definition: tensor_prop_const.cc:25
Ref< StmtNode > Stmt
Definition: ast.h:152