|
tvm
|
Reference type of AssignDocNode. More...
#include <doc.h>
Public Member Functions | |
| AssignDoc (ExprDoc lhs, ffi::Optional< ExprDoc > rhs, ffi::Optional< ExprDoc > annotation) | |
| Constructor of AssignDoc. More... | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (AssignDoc, StmtDoc, AssignDocNode) | |
Public Member Functions inherited from tvm::script::printer::StmtDoc | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (StmtDoc, Doc, StmtDocNode) | |
Public Member Functions inherited from tvm::script::printer::Doc | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Doc, ffi::ObjectRef, DocNode) | |
Additional Inherited Members | |
Protected Member Functions inherited from tvm::script::printer::StmtDoc | |
| StmtDoc ()=default | |
Protected Member Functions inherited from tvm::script::printer::Doc | |
| Doc ()=default | |
| Doc (ffi::ObjectPtr< DocNode > data) | |
Reference type of AssignDocNode.
|
explicit |
Constructor of AssignDoc.
| lhs | The left hand side of the assignment. |
| rhs | The right hand side of the assignment. |
| annotation | The type annotation of this assignment. |
| tvm::script::printer::AssignDoc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE | ( | AssignDoc | , |
| StmtDoc | , | ||
| AssignDocNode | |||
| ) |