1#ifndef FREE_TENSOR_UNROLL_H
2#define FREE_TENSOR_UNROLL_H
18 bool done()
const {
return done_; }
38 bool done()
const {
return done_; }
Stmt visit(const For &op) override
Definition: unroll.cc:9
bool done() const
Definition: unroll.h:18
BackUnroll(const ID &loop)
Definition: unroll.h:16
Definition: allocator.h:9
Stmt unroll(const Stmt &ast, const ID &loop, bool immediate)
Definition: unroll.cc:64
Ref< StmtNode > Stmt
Definition: ast.h:152