Searched refs:type_dict (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | tensor_construct_utils.cc | 41 std::map<TypeId, std::function<void()>> type_dict{ in CreateOnesTensor() 68 if (type_dict.count(tensor_type)) { in CreateOnesTensor() 69 type_dict[tensor_type](); in CreateOnesTensor()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | descriptor_pool_test.py | 740 def __init__(self, type_dict, field_list, is_extendable=False, argument 742 self.type_dict = type_dict 760 for name, subtype in self.type_dict.items():
|
/third_party/python/Objects/ |
D | typeobject.c | 888 type_dict(PyTypeObject *type, void *context) in type_dict() function 1044 {"__dict__", (getter)type_dict, NULL, NULL},
|