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