|
| std::ostream & | freetensor::operator<< (std::ostream &os, const AST &op) |
| |
|
| std::string | freetensor::toString (const AST &op) |
| |
| std::string | freetensor::toString (const AST &op, bool pretty) |
| |
| std::string | freetensor::toString (const AST &op, bool pretty, bool printAllId) |
| |
| std::string | freetensor::toString (const AST &op, bool pretty, bool printAllId, bool dtypeInLoad, bool hexFloat=false, bool compact=false, bool parenDespitePriority=false) |
| |
| std::string | freetensor::toString (const AST &op, bool pretty, bool printAllId, bool dtypeInLoad, bool hexFloat, bool compact, bool parenDespitePriority, bool printSourceLocation) |
| |
|
| std::function< std::ostream &(std::ostream &)> | freetensor::manipNoPrettyAST (bool flag) |
| |