23 #ifndef TVM_NODE_REPR_PRINTER_H_ 24 #define TVM_NODE_REPR_PRINTER_H_ 75 #endif // TVM_NODE_REPR_PRINTER_H_ A dynamically dispatched functor on the type of the first argument.
Definition: functor.h:64
int indent
The indentation level.
Definition: repr_printer.h:37
std::ostream & stream
The output stream.
Definition: repr_printer.h:35
ReprPrinter(std::ostream &stream)
Definition: repr_printer.h:39
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
void Print(const ObjectRef &node)
The node to be printed.
base class of all object containers.
Definition: object.h:167
A printer class to print the AST/IR nodes.
Definition: repr_printer.h:32
PrimExpr operator<<(PrimExpr a, PrimExpr b)
left shift operator
Defines the Functor data structures.
void Dump(const runtime::ObjectRef &node)
Dump the node to stderr, used for debug purposes.
Base class of all object reference.
Definition: object.h:511
void PrintIndent()
Print indent to the stream.