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, Optional< ExprDoc > rhs, Optional< ExprDoc > annotation)
 Constructor of AssignDoc. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (AssignDoc, StmtDoc, AssignDocNode)
 
- Public Member Functions inherited from tvm::script::printer::StmtDoc
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (StmtDoc, Doc, StmtDocNode)
 
- Public Member Functions inherited from tvm::script::printer::Doc
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (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
 

Detailed Description

Reference type of AssignDocNode.

See also
AssignDoc

Constructor & Destructor Documentation

◆ AssignDoc()

tvm::script::printer::AssignDoc::AssignDoc ( ExprDoc  lhs,
Optional< ExprDoc rhs,
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_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

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

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