tvm
|
Printer class to print repr string of each AST/IR nodes. More...
#include <tvm/node/functor.h>
#include <tvm/node/script_printer.h>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | tvm::ReprPrinter |
A printer class to print the AST/IR nodes. More... | |
class | tvm::ReprLegacyPrinter |
Legacy behavior of ReprPrinter. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::runtime | |
Functions | |
void | tvm::Dump (const runtime::ObjectRef &node) |
Dump the node to stderr, used for debug purposes. More... | |
void | tvm::Dump (const runtime::Object *node) |
Dump the node to stderr, used for debug purposes. More... | |
std::ostream & | tvm::runtime::operator<< (std::ostream &os, const ObjectRef &n) |
std::string | tvm::runtime::AsLegacyRepr (const ObjectRef &n) |
Printer class to print repr string of each AST/IR nodes.