tvm
Classes | Namespaces | Functions
config.h File Reference

Configuration object for the TVMScript printer. More...

#include <tvm/ffi/any.h>
#include <tvm/ffi/container/array.h>
#include <tvm/ffi/container/map.h>
#include <tvm/ffi/dtype.h>
#include <tvm/ffi/reflection/access_path.h>
#include <tvm/ffi/reflection/registry.h>
#include <tvm/ffi/string.h>
#include <tvm/runtime/base.h>
#include <string>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvm::PrinterConfigNode
 
class  tvm::PrinterConfig
 

Namespaces

 tvm
 An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
 

Functions

std::string tvm::RedirectedReprPrinterMethod (const ffi::ObjectRef &obj)
 The fallback body used by TVM_REGISTER_SCRIPT_AS_REPR (defined in printer.h). More...
 

Detailed Description

Configuration object for the TVMScript printer.

Contains PrinterConfig / PrinterConfigNode, GetBuiltinKeywords, GetExtraConfig, and RedirectedReprPrinterMethod. The entry-point free function tvm::Script() and the dispatch vtable TVMScriptPrinter live in printer.h.