FreeTensor
Loading...
Searching...
No Matches
var_squeeze.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_VAR_SQUEEZE_H
2#define FREE_TENSOR_VAR_SQUEEZE_H
3
4#include <stmt.h>
5
6namespace freetensor {
7
8Stmt varSqueeze(const Stmt &ast, const ID &def, int dim);
9
10}
11
12#endif // FREE_TENSOR_VAR_SQUEEZE_H
Definition: allocator.h:9
Ref< StmtNode > Stmt
Definition: ast.h:152
Stmt varSqueeze(const Stmt &ast, const ID &def, int dim)
Definition: var_squeeze.cc:62