|
tvm
|
Reference type of ExprStringDocNode. More...
#include <doc.h>
Public Member Functions | |
| ExprStringDoc (ExprDoc value, const ffi::Optional< AccessPath > &object_path) | |
| Constructor of ExprStringDoc. More... | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (ExprStringDoc, ExprDoc, ExprStringDocNode) | |
Public Member Functions inherited from tvm::script::printer::ExprDoc | |
| ExprDoc | operator[] (ffi::Array< Doc > indices) const |
| Create a doc representing index access on the current ExprDoc. More... | |
| ExprDoc (ffi::ObjectPtr< ExprDocNode > data) | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (ExprDoc, Doc, ExprDocNode) | |
Public Member Functions inherited from tvm::script::printer::Doc | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Doc, ffi::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 | |
| Doc (ffi::ObjectPtr< DocNode > data) | |
Reference type of ExprStringDocNode.
|
explicit |
Constructor of ExprStringDoc.
| value | The expression to render as a string. |
| object_path | The object path. |
| tvm::script::printer::ExprStringDoc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE | ( | ExprStringDoc | , |
| ExprDoc | , | ||
| ExprStringDocNode | |||
| ) |