tvm
Public Member Functions | Protected Member Functions | List of all members
tvm::script::printer::Frame Class Reference

Reference type of FrameNode. More...

#include <ir_docsifier.h>

Inheritance diagram for tvm::script::printer::Frame:
Collaboration diagram for tvm::script::printer::Frame:

Public Member Functions

virtual ~Frame ()=default
 
void EnterWithScope ()
 Method that's called when Frame enters the scope. More...
 
void ExitWithScope ()
 Method that's called when Frame exits the scope. More...
 
 TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS (Frame, ObjectRef, FrameNode)
 

Protected Member Functions

 Frame ()=default
 

Detailed Description

Reference type of FrameNode.

Constructor & Destructor Documentation

◆ Frame()

tvm::script::printer::Frame::Frame ( )
protecteddefault

◆ ~Frame()

virtual tvm::script::printer::Frame::~Frame ( )
virtualdefault

Member Function Documentation

◆ EnterWithScope()

void tvm::script::printer::Frame::EnterWithScope ( )
inline

Method that's called when Frame enters the scope.

◆ ExitWithScope()

void tvm::script::printer::Frame::ExitWithScope ( )
inline

Method that's called when Frame exits the scope.

◆ TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::script::printer::Frame::TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS ( Frame  ,
ObjectRef  ,
FrameNode   
)

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