tvm
|
Reference type of StmtBlockDocNode. More...
#include <doc.h>
Public Member Functions | |
StmtBlockDoc (Array< StmtDoc > stmts) | |
Constructor of StmtBlockDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (StmtBlockDoc, Doc, StmtBlockDocNode) | |
![]() | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (Doc, ObjectRef, DocNode) | |
Additional Inherited Members | |
![]() | |
Doc ()=default | |
Reference type of StmtBlockDocNode.
|
explicit |
Constructor of StmtBlockDoc.
stmts | The list of statements. |
tvm::script::printer::StmtBlockDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | StmtBlockDoc | , |
Doc | , | ||
StmtBlockDocNode | |||
) |