Doc that represents dictionary literal.
More...
#include <doc.h>
|
static constexpr const char * | _type_key = "script.printer.DictDoc" |
|
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 dictionary literal.
- See also
- AttrAccessDoc
◆ RegisterReflection()
static void tvm::script::printer::DictDocNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::script::printer::DictDocNode::_type_key = "script.printer.DictDoc" |
|
staticconstexpr |
◆ keys
Array<ExprDoc> tvm::script::printer::DictDocNode::keys |
◆ values
Array<ExprDoc> tvm::script::printer::DictDocNode::values |
Values of dictionary.
The i-th element is the value of the i-th element of keys
. It must have the same length as keys
.
The documentation for this class was generated from the following file:
- include/tvm/script/printer/doc.h