|
tvm
|
Dispatch vtable used by per-dialect printers to register their object-type printing functions. Internal, but exposed here because TVM_REGISTER_SCRIPT_AS_REPR refers to it. More...
#include <printer.h>
Public Types | |
| using | FType = NodeFunctor< std::string(const ffi::ObjectRef &, const PrinterConfig &)> |
Static Public Member Functions | |
| static FType & | vtable () |
Dispatch vtable used by per-dialect printers to register their object-type printing functions. Internal, but exposed here because TVM_REGISTER_SCRIPT_AS_REPR refers to it.
| using tvm::TVMScriptPrinter::FType = NodeFunctor<std::string(const ffi::ObjectRef&, const PrinterConfig&)> |
|
static |