tvm
|
Reference type of IndexDocNode. More...
#include <doc.h>
Public Member Functions | |
IndexDoc (ExprDoc value, Array< Doc > indices) | |
Constructor of IndexDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (IndexDoc, ExprDoc, IndexDocNode) | |
![]() | |
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 IndexDocNode.
Constructor of IndexDoc.
value | The target expression of index access. |
indices | The indices to access. |
tvm::script::printer::IndexDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | IndexDoc | , |
ExprDoc | , | ||
IndexDocNode | |||
) |