tvm
Public Types | Static Public Member Functions | List of all members
tvm::TVMScriptPrinter Class Reference

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>

Collaboration diagram for tvm::TVMScriptPrinter:

Public Types

using FType = NodeFunctor< std::string(const ffi::ObjectRef &, const PrinterConfig &)>
 

Static Public Member Functions

static FTypevtable ()
 

Detailed Description

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.

Member Typedef Documentation

◆ FType

using tvm::TVMScriptPrinter::FType = NodeFunctor<std::string(const ffi::ObjectRef&, const PrinterConfig&)>

Member Function Documentation

◆ vtable()

static FType& tvm::TVMScriptPrinter::vtable ( )
static

The documentation for this class was generated from the following file: