A printer class to print the AST/IR nodes.
More...
#include <repr_printer.h>
A printer class to print the AST/IR nodes.
◆ FType
◆ ReprPrinter()
tvm::ReprPrinter::ReprPrinter |
( |
std::ostream & |
stream | ) |
|
|
inlineexplicit |
◆ Print() [1/2]
void tvm::ReprPrinter::Print |
( |
const ffi::Any & |
node | ) |
|
◆ Print() [2/2]
void tvm::ReprPrinter::Print |
( |
const ObjectRef & |
node | ) |
|
◆ PrintIndent()
void tvm::ReprPrinter::PrintIndent |
( |
| ) |
|
Print indent to the stream.
◆ vtable()
static FType& tvm::ReprPrinter::vtable |
( |
| ) |
|
|
static |
◆ indent
int tvm::ReprPrinter::indent {0} |
◆ stream
std::ostream& tvm::ReprPrinter::stream |
The documentation for this class was generated from the following file: