Doc that represents function call.
More...
#include <doc.h>
|
static constexpr const char * | _type_key = "script.printer.CallDoc" |
|
static constexpr const char * | _type_key = "script.printer.ExprDoc" |
|
static constexpr const char * | _type_key = "script.printer.Doc" |
|
static constexpr bool | _type_mutable = true |
|
Doc that represents function call.
- See also
- CallDoc
◆ RegisterReflection()
static void tvm::script::printer::CallDocNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::script::printer::CallDocNode::_type_key = "script.printer.CallDoc" |
|
staticconstexpr |
◆ args
Array<ExprDoc> tvm::script::printer::CallDocNode::args |
The positional arguments.
◆ callee
ExprDoc tvm::script::printer::CallDocNode::callee {nullptr} |
The callee of this function call.
◆ kwargs_keys
Array<String> tvm::script::printer::CallDocNode::kwargs_keys |
The keys of keyword arguments.
◆ kwargs_values
Array<ExprDoc> tvm::script::printer::CallDocNode::kwargs_values |
The values of keyword arguments.
The i-th element is the value of the i-th key in kwargs_keys
. It must have the same length as kwargs_keys
.
The documentation for this class was generated from the following file:
- include/tvm/script/printer/doc.h