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

Reference type of TupleDocNode. More...

#include <doc.h>

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

Public Member Functions

 TupleDoc ()
 Create an empty TupleDoc. More...
 
 TupleDoc (Array< ExprDoc > elements)
 Constructor of TupleDoc. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (TupleDoc, ExprDoc, TupleDocNode)
 
- Public Member Functions inherited from tvm::script::printer::ExprDoc
ExprDoc operator[] (Array< Doc > indices) const
 Create a doc representing index access on the current ExprDoc. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (ExprDoc, Doc, ExprDocNode)
 
- 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::ExprDoc
 ExprDoc ()=default
 
- Protected Member Functions inherited from tvm::script::printer::Doc
 Doc ()=default
 

Detailed Description

Reference type of TupleDocNode.

See also
TupleDocNode

Constructor & Destructor Documentation

◆ TupleDoc() [1/2]

tvm::script::printer::TupleDoc::TupleDoc ( )
inline

Create an empty TupleDoc.

◆ TupleDoc() [2/2]

tvm::script::printer::TupleDoc::TupleDoc ( Array< ExprDoc elements)
explicit

Constructor of TupleDoc.

Parameters
elementsElements of tuple.

Member Function Documentation

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::script::printer::TupleDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( TupleDoc  ,
ExprDoc  ,
TupleDocNode   
)

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