tvm
Public Member Functions | List of all members
tvm::script::printer::AttrAccessDoc Class Reference

Reference type of AttrAccessDocNode. More...

#include <doc.h>

Inheritance diagram for tvm::script::printer::AttrAccessDoc:
Collaboration diagram for tvm::script::printer::AttrAccessDoc:

Public Member Functions

 AttrAccessDoc (ExprDoc value, String name)
 Constructor of AttrAccessDoc. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (AttrAccessDoc, ExprDoc, AttrAccessDocNode)
 
- Public Member Functions inherited from tvm::script::printer::ExprDoc
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)
 
- Public Member Functions inherited from tvm::script::printer::Doc
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (Doc, ObjectRef, DocNode)
 

Additional Inherited Members

- Protected Member Functions inherited from tvm::script::printer::ExprDoc
 ExprDoc ()=default
 
- Protected Member Functions inherited from tvm::script::printer::Doc
 Doc ()=default
 

Detailed Description

Reference type of AttrAccessDocNode.

See also
AttrAccessDocNode

Constructor & Destructor Documentation

◆ AttrAccessDoc()

tvm::script::printer::AttrAccessDoc::AttrAccessDoc ( ExprDoc  value,
String  name 
)
explicit

Constructor of AttrAccessDoc.

Parameters
valueThe target expression of attribute access.
nameThe name of attribute to access.

Member Function Documentation

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::script::printer::AttrAccessDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( AttrAccessDoc  ,
ExprDoc  ,
AttrAccessDocNode   
)

The documentation for this class was generated from the following file: