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