tvm
|
Reference type of IndexDocNode. More...
#include <doc.h>
Public Member Functions | |
IndexDoc (ExprDoc value, ffi::Array< Doc > indices) | |
Constructor of IndexDoc. More... | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (IndexDoc, ExprDoc, IndexDocNode) | |
![]() | |
ExprDoc | operator[] (ffi::Array< Doc > indices) const |
Create a doc representing index access on the current ExprDoc. More... | |
ExprDoc (ObjectPtr< ExprDocNode > data) | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (ExprDoc, Doc, ExprDocNode) | |
![]() | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Doc, ObjectRef, DocNode) | |
Additional Inherited Members | |
![]() | |
ExprDoc ()=default | |
![]() | |
Doc ()=default | |
Doc (ObjectPtr< DocNode > data) | |
Reference type of IndexDocNode.
Constructor of IndexDoc.
value | The target expression of index access. |
indices | The indices to access. |
tvm::script::printer::IndexDoc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE | ( | IndexDoc | , |
ExprDoc | , | ||
IndexDocNode | |||
) |