tvm
|
Reference type of ForDocNode. More...
#include <doc.h>
Public Member Functions | |
ForDoc (ExprDoc lhs, ExprDoc rhs, Array< StmtDoc > body) | |
Constructor of ForDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (ForDoc, StmtDoc, ForDocNode) | |
![]() | |
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 ForDocNode.
Constructor of ForDoc.
lhs | The left hand side of the assignment of iterating variable. |
rhs | The right hand side of the assignment of iterating variable. |
body | The body of the for statement. |
tvm::script::printer::ForDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | ForDoc | , |
StmtDoc | , | ||
ForDocNode | |||
) |