tvm
Public Member Functions | List of all members
tvm::script::printer::AssignDoc Class Reference

Reference type of AssignDocNode. More...

#include <doc.h>

Inheritance diagram for tvm::script::printer::AssignDoc:
Collaboration diagram for tvm::script::printer::AssignDoc:

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, 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 (ObjectPtr< DocNode > data)
 

Detailed Description

Reference type of AssignDocNode.

See also
AssignDoc

Constructor & Destructor Documentation

◆ AssignDoc()

tvm::script::printer::AssignDoc::AssignDoc ( ExprDoc  lhs,
ffi::Optional< ExprDoc rhs,
ffi::Optional< ExprDoc annotation 
)
explicit

Constructor of AssignDoc.

Parameters
lhsThe left hand side of the assignment.
rhsThe right hand side of the assignment.
annotationThe type annotation of this assignment.

Member Function Documentation

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

tvm::script::printer::AssignDoc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE ( AssignDoc  ,
StmtDoc  ,
AssignDocNode   
)

The documentation for this class was generated from the following file: