tvm
|
Reference type of ExprStmtDocNode. More...
#include <doc.h>
Public Member Functions | |
ExprStmtDoc (ExprDoc expr) | |
Constructor of ExprStmtDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (ExprStmtDoc, StmtDoc, ExprStmtDocNode) | |
![]() | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (StmtDoc, Doc, StmtDocNode) | |
![]() | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (Doc, ObjectRef, DocNode) | |
Additional Inherited Members | |
![]() | |
StmtDoc ()=default | |
![]() | |
Doc ()=default | |
Reference type of ExprStmtDocNode.
|
explicit |
Constructor of ExprStmtDoc.
expr | The expression represented by this doc. |
tvm::script::printer::ExprStmtDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | ExprStmtDoc | , |
StmtDoc | , | ||
ExprStmtDocNode | |||
) |