1#ifndef FREE_TENSOR_PERMUTE_H
2#define FREE_TENSOR_PERMUTE_H
11std::pair<Stmt, std::vector<ID>>
permute(
12 const Stmt &ast,
const std::vector<ID> &loopsId,
13 const std::function<std::vector<Expr>(std::vector<Expr>)> &transformFunc);
Definition: allocator.h:9
Ref< StmtNode > Stmt
Definition: ast.h:152
std::pair< Stmt, std::vector< ID > > permute(const Stmt &ast, const std::vector< ID > &loopsId, const std::function< std::vector< Expr >(std::vector< Expr >)> &transformFunc)
Definition: permute.cc:86