tvm
Classes | Namespaces | Functions
repr_printer.h File Reference

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>
Include dependency graph for repr_printer.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Printer class to print repr string of each AST/IR nodes.