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