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

Legacy behavior of ReprPrinter. More...

#include <script_printer.h>

Collaboration diagram for tvm::TVMScriptPrinter:

Public Types

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

Static Public Member Functions

static std::string Script (const ObjectRef &node, const Optional< PrinterConfig > &cfg)
 
static FTypevtable ()
 

Detailed Description

Legacy behavior of ReprPrinter.

Member Typedef Documentation

◆ FType

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

Member Function Documentation

◆ Script()

static std::string tvm::TVMScriptPrinter::Script ( const ObjectRef node,
const Optional< PrinterConfig > &  cfg 
)
static

◆ vtable()

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

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