1#ifndef FREE_TENSOR_SWAP_H
2#define FREE_TENSOR_SWAP_H
12 std::vector<ID> order_;
16 Swap(
const std::vector<ID> &order) : order_(order) {}
Stmt visit(const StmtSeq &op) override
Definition: swap.cc:16
Swap(const std::vector< ID > &order)
Definition: swap.h:16
const StmtSeq & scope() const
Definition: swap.h:18
Definition: allocator.h:9
Ref< StmtNode > Stmt
Definition: ast.h:152
Stmt swap(const Stmt &ast, const std::vector< ID > &order)
Definition: swap.cc:45