Doc that represents call to an TIRX operator.
More...
#include <doc.h>
|
| ExprDoc | callee {ffi::UnsafeInit()} |
| | The callee of this function call.
|
| |
| ffi::Array< Doc > | args |
| | The positional arguments.
|
| |
| ffi::Optional< DictDoc > | workspace {std::nullopt} |
| | The workspace of this op call.
|
| |
| ffi::Optional< DictDoc > | config {std::nullopt} |
| | The config of this op call.
|
| |
| ffi::Optional< ExprDoc > | dispatch {std::nullopt} |
| | The optional dispatch variant of this op call.
|
| |
| ffi::Optional< ffi::String > | comment {std::nullopt} |
| | The comment of this doc.
|
| |
| ffi::Array< AccessPath > | source_paths |
| | The list of object paths of the source IR node.
|
| |
Doc that represents call to an TIRX operator.
- See also
- OpCallDoc
◆ RegisterReflection()
| static void tvm::script::printer::OpCallDocNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
| tvm::script::printer::OpCallDocNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"script.printer.OpCallDoc" |
, |
|
|
OpCallDocNode |
, |
|
|
StmtDocNode |
|
|
) |
| |
◆ args
| ffi::Array<Doc> tvm::script::printer::OpCallDocNode::args |
The positional arguments.
◆ callee
| ExprDoc tvm::script::printer::OpCallDocNode::callee {ffi::UnsafeInit()} |
The callee of this function call.
◆ config
| ffi::Optional<DictDoc> tvm::script::printer::OpCallDocNode::config {std::nullopt} |
The config of this op call.
◆ dispatch
| ffi::Optional<ExprDoc> tvm::script::printer::OpCallDocNode::dispatch {std::nullopt} |
The optional dispatch variant of this op call.
◆ workspace
| ffi::Optional<DictDoc> tvm::script::printer::OpCallDocNode::workspace {std::nullopt} |
The workspace of this op call.
The documentation for this class was generated from the following file:
- include/tvm/script/printer/doc.h