|
tvm
|
Doc that represents call to an TIRX operator. More...
#include <doc.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("script.printer.OpCallDoc", OpCallDocNode, StmtDocNode) | |
Public Member Functions inherited from tvm::script::printer::StmtDocNode | |
| TVM_FFI_DECLARE_OBJECT_INFO ("script.printer.StmtDoc", StmtDocNode, 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::StmtDocNode | |
| static void | RegisterReflection () |
Static Public Member Functions inherited from tvm::script::printer::DocNode | |
| static void | RegisterReflection () |
Public Attributes | |
| ExprDoc | callee {ffi::UnsafeInit()} |
| The callee of this function call. More... | |
| ffi::Array< Doc > | args |
| The positional arguments. More... | |
| ffi::Optional< DictDoc > | workspace {std::nullopt} |
| The workspace of this op call. More... | |
| ffi::Optional< DictDoc > | config {std::nullopt} |
| The config of this op call. More... | |
| ffi::Optional< ExprDoc > | dispatch {std::nullopt} |
| The optional dispatch variant of this op call. More... | |
Public Attributes inherited from tvm::script::printer::StmtDocNode | |
| ffi::Optional< ffi::String > | comment {std::nullopt} |
| The comment of this doc. More... | |
Public Attributes inherited from tvm::script::printer::DocNode | |
| ffi::Array< AccessPath > | source_paths |
| The list of object paths of the source IR node. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from tvm::script::printer::DocNode | |
| static constexpr bool | _type_mutable = true |
|
inlinestatic |
| tvm::script::printer::OpCallDocNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "script.printer.OpCallDoc" | , |
| OpCallDocNode | , | ||
| StmtDocNode | |||
| ) |
| ffi::Array<Doc> tvm::script::printer::OpCallDocNode::args |
The positional arguments.
| ExprDoc tvm::script::printer::OpCallDocNode::callee {ffi::UnsafeInit()} |
The callee of this function call.
| ffi::Optional<DictDoc> tvm::script::printer::OpCallDocNode::config {std::nullopt} |
The config of this op call.
| ffi::Optional<ExprDoc> tvm::script::printer::OpCallDocNode::dispatch {std::nullopt} |
The optional dispatch variant of this op call.
| ffi::Optional<DictDoc> tvm::script::printer::OpCallDocNode::workspace {std::nullopt} |
The workspace of this op call.