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

Reference type of ExprDocNode. More...

#include <doc.h>

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

Public Member Functions

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)
 

Protected Member Functions

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

Detailed Description

Reference type of ExprDocNode.

See also
ExprDocNode

Constructor & Destructor Documentation

◆ ExprDoc()

tvm::script::printer::ExprDoc::ExprDoc ( )
protecteddefault

Member Function Documentation

◆ operator[]()

ExprDoc tvm::script::printer::ExprDoc::operator[] ( Array< Doc indices) const

Create a doc representing index access on the current ExprDoc.

Parameters
indicesThe indices to access.

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::script::printer::ExprDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( ExprDoc  ,
Doc  ,
ExprDocNode   
)

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