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