Searched refs:base_types (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_conversion_registry.py | 98 base_types = base_type if isinstance(base_type, tuple) else (base_type,) 99 if any(not isinstance(x, type) for x in base_types): 101 if any(issubclass(x, _UNCONVERTIBLE_TYPES) for x in base_types): 104 del base_types # Only needed for validation.
|
D | op_def_library.py | 562 base_types = [x.base_dtype for x in types] 584 if any(bt != base_types[0] for bt in base_types): 591 if base_types and base_types[0] != input_arg.type: 596 if base_types and base_types[0] != attrs[input_arg.type_attr]: 601 if not base_types: 610 attrs[input_arg.type_attr] = base_types[0] 613 _SatisfiesTypeConstraint(base_types[0], type_attr, 617 attr_value = base_types[0] 627 for base_type in base_types: 635 attr_value = base_types [all …]
|
/external/mesa3d/src/intel/genxml/ |
D | gen_sort_tags.py | 24 base_types = [ variable 37 return name in base_types or sfixed_pattern.match(name) or ufixed_pattern.match(name)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 250 HANDLE_DW_AT(0x35, base_types, 2, DWARF)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 263 HANDLE_DW_AT(0x35, base_types, 2, DWARF)
|