|
tvm
|
Specialized attribute type that is backed by a map. The DictAttrsNode implements the Attrs behavior, its fields are directly accessible via object.field_name like other normal nodes. More...
#include <attrs.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.DictAttrs", DictAttrsNode, AttrsNode) | |
Public Member Functions inherited from tvm::AttrsNode | |
| TVM_FFI_DECLARE_OBJECT_INFO ("ir.Attrs", AttrsNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| ffi::Map< ffi::String, ffi::Any > | dict |
| internal attrs map | |
Additional Inherited Members | |
Static Public Attributes inherited from tvm::AttrsNode | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Specialized attribute type that is backed by a map. The DictAttrsNode implements the Attrs behavior, its fields are directly accessible via object.field_name like other normal nodes.
| tvm::DictAttrsNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "ir.DictAttrs" | , |
| DictAttrsNode | , | ||
| AttrsNode | |||
| ) |
| ffi::Map<ffi::String, ffi::Any> tvm::DictAttrsNode::dict |
internal attrs map