tvm
|
Reference type of AttrAccessDocNode. More...
#include <doc.h>
Public Member Functions | |
AttrAccessDoc (ExprDoc value, ffi::String name) | |
Constructor of AttrAccessDoc. More... | |
TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (AttrAccessDoc, ExprDoc, AttrAccessDocNode) | |
![]() | |
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 AttrAccessDocNode.
|
explicit |
Constructor of AttrAccessDoc.
value | The target expression of attribute access. |
name | The name of attribute to access. |
tvm::script::printer::AttrAccessDoc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE | ( | AttrAccessDoc | , |
ExprDoc | , | ||
AttrAccessDocNode | |||
) |