tvm
|
Reference type of TupleDocNode. More...
#include <doc.h>
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) | |
![]() | |
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) | |
![]() | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (Doc, ObjectRef, DocNode) | |
Additional Inherited Members | |
![]() | |
ExprDoc ()=default | |
![]() | |
Doc ()=default | |
Reference type of TupleDocNode.
|
inline |
Create an empty TupleDoc.
|
explicit |
Constructor of TupleDoc.
elements | Elements of tuple. |
tvm::script::printer::TupleDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | TupleDoc | , |
ExprDoc | , | ||
TupleDocNode | |||
) |