HomeSort by relevance Sort by last modified time
    Searched refs:type_dict (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/python/ops/
dequantize_op_test.py 41 type_dict = {
47 self.assertTrue(dtype in type_dict.keys())
48 v_max = np.iinfo(type_dict[dtype]).max
49 v_min = np.iinfo(type_dict[dtype]).min
  /external/tensorflow/tensorflow/python/grappler/
hierarchical_controller.py 171 # creates self.op_embeddings and self.type_dict
175 2 * self.num_groups + len(self.type_dict) +
467 self.type_dict = {}
470 self.type_dict[op_type] = len(self.type_dict)
476 op_types[idx] = self.type_dict[node.op]
514 print("num_types = {}".format(len(self.type_dict)))
665 self.num_groups, len(self.type_dict) +
673 type_index = self.type_dict[type_name]
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 399 def __init__(self, type_dict, field_list, is_extendable=False,
401 self.type_dict = type_dict
419 for name, subtype in self.type_dict.items():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 562 type_dict(PyTypeObject *type, void *context) function
626 {"__dict__", (getter)type_dict, NULL, NULL},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 556 type_dict(PyTypeObject *type, void *context) function
620 {"__dict__", (getter)type_dict, NULL, NULL},
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 582 type_dict(PyTypeObject *type, void *context) function
646 {"__dict__", (getter)type_dict, NULL, NULL},
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 791 type_dict(PyTypeObject *type, void *context) function
876 {"__dict__", (getter)type_dict, NULL, NULL},
    [all...]

Completed in 343 milliseconds