1#ifndef FREE_TENSOR_DEBUG_H
2#define FREE_TENSOR_DEBUG_H
17std::string
toString(
const AST &op,
bool pretty,
bool printAllId);
Definition: allocator.h:9
std::string toString(const AST &op)
Definition: print_ast.cc:784
Ref< ASTNode > AST
Definition: ast.h:149
void checkConflictId(const Stmt &ast)
Definition: check_conflict_id.cc:29
bool match(const Stmt &pattern, const Stmt &instance)
Definition: match_ast.cc:596
Ref< StmtNode > Stmt
Definition: ast.h:152
std::ostream & operator<<(std::ostream &os, const Dependence &dep)
Definition: deps.cc:1404