Home
last modified time | relevance | path

Searched refs:type_dict (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dtensor_construct_utils.cc41 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/
Ddescriptor_pool_test.py740 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/
Dtypeobject.c888 type_dict(PyTypeObject *type, void *context) in type_dict() function
1044 {"__dict__", (getter)type_dict, NULL, NULL},