tvm
|
Reference type of OperationDocNode. More...
#include <doc.h>
Public Member Functions | |
OperationDoc (OperationDocNode::Kind kind, Array< ExprDoc > operands) | |
Constructor of OperationDoc. More... | |
TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (OperationDoc, ExprDoc, OperationDocNode) | |
![]() | |
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 OperationDocNode.
|
explicit |
Constructor of OperationDoc.
kind | The kind of operation. |
operands | Operands of this expression. |
tvm::script::printer::OperationDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS | ( | OperationDoc | , |
ExprDoc | , | ||
OperationDocNode | |||
) |