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

TVMScript-based printer for IR nodes. More...

#include <config.h>

Collaboration diagram for tvm::TVMScriptPrinter:

Public Types

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

Static Public Member Functions

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

Detailed Description

TVMScript-based printer for IR nodes.

Member Typedef Documentation

◆ FType

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

Member Function Documentation

◆ Script()

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

◆ vtable()

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

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