|
tvm
|
Doc that represents identifier. More...
#include <doc.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("script.printer.IdDoc", IdDocNode, ExprDocNode) | |
Public Member Functions inherited from tvm::script::printer::ExprDocNode | |
| ExprDoc | Attr (ffi::String attr) const |
| Create a doc representing attribute access on the current ExprDoc. | |
| ExprDoc | operator[] (ffi::Array< Doc > indices) const |
| Create a doc representing index access on the current ExprDoc. | |
| ExprDoc | Call (ffi::Array< ExprDoc, void > args) const |
| Create a doc representing calling the current ExprDoc. | |
| ExprDoc | Call (ffi::Array< ExprDoc, void > args, ffi::Array< ffi::String > kwargs_keys, ffi::Array< ExprDoc, void > kwargs_values) const |
| Create a doc representing attribute access on the current ExprDoc. | |
| TVM_FFI_DECLARE_OBJECT_INFO ("script.printer.ExprDoc", ExprDocNode, DocNode) | |
Public Member Functions inherited from tvm::script::printer::DocNode | |
| TVM_FFI_DECLARE_OBJECT_INFO ("script.printer.Doc", DocNode, ffi::Object) | |
| virtual | ~DocNode ()=default |
Static Public Member Functions | |
| static void | RegisterReflection () |
Static Public Member Functions inherited from tvm::script::printer::ExprDocNode | |
| static void | RegisterReflection () |
Static Public Member Functions inherited from tvm::script::printer::DocNode | |
| static void | RegisterReflection () |
Public Attributes | |
| ffi::String | name |
| The name of the identifier. | |
Public Attributes inherited from tvm::script::printer::DocNode | |
| ffi::Array< AccessPath > | source_paths |
| The list of object paths of the source IR node. | |
Additional Inherited Members | |
Static Public Attributes inherited from tvm::script::printer::DocNode | |
| static constexpr bool | _type_mutable = true |
| tvm::script::printer::IdDocNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "script.printer.IdDoc" | , |
| IdDocNode | , | ||
| ExprDocNode | |||
| ) |
| ffi::String tvm::script::printer::IdDocNode::name |
The name of the identifier.