1#ifndef FREE_TENSOR_ANNOTATE_CONDS_H
2#define FREE_TENSOR_ANNOTATE_CONDS_H
9 std::vector<Expr> conds_;
12 void addCond(
const Expr &expr);
Definition: annotate_conds.h:8
Stmt visit(const StmtSeq &op) override
Definition: annotate_conds.cc:19
Definition: allocator.h:9
Stmt annotateConds(const Stmt &op)
Definition: annotate_conds.h:56