tvm
|
Reference type of WhileDocNode. More...
#include <doc.h>
Public Member Functions | |
WhileDoc (ExprDoc predicate, Array< StmtDoc > body) | |
Constructor of WhileDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (WhileDoc, StmtDoc, WhileDocNode) | |
![]() | |
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 WhileDocNode.
Constructor of WhileDoc.
predicate | The predicate of the while statement. |
body | The body of the while statement. |
tvm::script::printer::WhileDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | WhileDoc | , |
StmtDoc | , | ||
WhileDocNode | |||
) |