Searched refs:kObjectTypeDictionary (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | container.h | 133 Dictionary() : Object(kObjectTypeDictionary) {} in Dictionary() 135 : Object(kObjectTypeDictionary, false), key_values_(key_values) {} in Dictionary() 140 TypeId generic_type_id() const override { return kObjectTypeDictionary; } in MS_DECLARE_PARENT()
|
D | type_id.h | 54 kObjectTypeDictionary, enumerator
|
D | type.cc | 55 {kObjectTypeDictionary, MS_TYPE2LABLE(kObjectTypeDictionary)},
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/ir/dtype/ |
D | type_id.h | 54 kObjectTypeDictionary, enumerator
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/ |
D | common_infer.h | 85 kObjectTypeDictionary, enumerator
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | resource.cc | 139 {kObjectTypeDictionary, in GetMethodMap()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | tensor_data.h | 62 kObjectTypeDictionary, enumerator
|
/third_party/mindspore/mindspore/core/ir/ |
D | dtype_extends.cc | 74 …ctTypeList, kList}, {kObjectTypeTuple, kTuple}, {kObjectTypeDictionary, kDict}, in TypeIdToType()
|