tvm
Namespaces | Functions
printer.h File Reference
#include <tvm/node/node.h>
#include <tvm/node/object_path.h>
Include dependency graph for printer.h:

Go to the source code of this file.

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::script
 
 tvm::script::printer
 

Functions

String tvm::script::printer::Script (const ObjectRef &root_node, String ir_name, Map< String, String > ir_prefix, int indent_spaces=4, bool print_line_numbers=false, int num_context_lines=-1, Optional< ObjectPath > path_to_underline=NullOpt)
 Print IR graph as TVMScript code. More...