/external/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type) variable 649 …operation("equal", 2, printable_name="==", source_types=all_types, dest_type=bool_type, c_expressi… 650 …operation("nequal", 2, printable_name="!=", source_types=all_types, dest_type=bool_type, c_express… 654 …operation("all_equal", 2, source_types=all_types, dest_type=bool_type, c_expression="op[0]->has_va… 658 …operation("any_nequal", 2, source_types=all_types, dest_type=bool_type, c_expression="!op[0]->has_… 694 operation("vector_extract", 2, source_types=all_types, c_expression="anything-except-None"), 722 … all_signatures=zip(all_types, zip(len(all_types) * (bool_type,), all_types, all_types)), 736 operation("vector_insert", 3, source_types=all_types, c_expression="anything-except-None"), 743 operation("vector", 4, source_types=all_types, c_expression="anything-except-None"),
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | reduce_ops_test.py | 128 for dtype in set(self.all_types).intersection( 146 for dtype in set(self.all_types).intersection( 159 if np.float16 in self.all_types: 229 if np.float16 not in self.all_types: 240 if dtypes.bfloat16.as_numpy_dtype not in self.all_types:
|
D | reverse_sequence_op_test.py | 87 for dtype in self.all_types: 88 for seq_dtype in self.all_types & {np.int32, np.int64}:
|
D | xla_device_test.py | 60 for unsupported_dtype in test_types - self.all_types:
|
D | argminmax_test.py | 53 minmax_types = self.all_types & {np.int32, np.int64}
|
D | xla_test.py | 195 def all_types(self): member in XLATestCase
|
D | binary_ops_test.py | 1623 for dtype in self.all_types:
|
/external/selinux/secilc/docs/ |
D | cil_access_vector_rules.md | 71 (typeattribute all_types) 72 (typeattributeset all_types (all)) 80 (allow all_types all_types (android_classes (set_2))) ; classmap/classmapping 83 ; (neverallow type_5 all_types (property_service (set))) 85 (allow type_1 all_types (property_service (set))) 228 (typeattribute all_types) 229 (typeattributeset all_types ((all))) 231 (neverallow type_3 all_types (property_service (set))) 423 (typeattribute all_types) 424 (typeattributeset all_types ((all))) [all …]
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_array_ops_test.py | 85 self.all_types = [ 127 for s, t in itertools.product(self.all_shapes, self.all_types): 142 for a, t in itertools.product(self.all_arrays, self.all_types): 156 for s, t in itertools.product(self.all_shapes, self.all_types): 169 for a, t in itertools.product(self.all_arrays, self.all_types): 182 for s, t in itertools.product(self.all_shapes, self.all_types): 195 for a, t in itertools.product(self.all_arrays, self.all_types): 215 for dtype in self.all_types: 239 for dtype in self.all_types: 264 for dtype in self.all_types: [all …]
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 925 all_types = unittest_pb2.TestAllTypes() 926 all_descriptor = all_types.DESCRIPTOR 927 all_types.repeated_string.append(u'\u00fc\ua71f') 929 msg.value.Pack(all_types) 933 all_types.SerializeToString()) 940 self.assertEqual(all_types, unpacked_message) 945 msg.Pack(all_types) 954 all_types = unittest_pb2.TestAllTypes() 955 all_descriptor = all_types.DESCRIPTOR 956 msg.value.Pack(all_types)
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_test.cc | 58 const string all_types = in TEST() local 71 "TV_FakeParam_dtype = TypeVar(\"TV_FakeParam_dtype\"" + all_types; in TEST() 84 "TV_ToBool_T = TypeVar(\"TV_ToBool_T\"" + all_types; in TEST()
|
/external/selinux/python/sepolicy/sepolicy/ |
D | __init__.py | 100 all_types = None variable 153 global all_types 162 all_types = None 813 global all_types 814 if all_types is None: 815 all_types = [x['name'] for x in info(TYPE)] 816 return all_types 1237 global all_types 1256 all_types = None
|
D | manpage.py | 135 all_types = sepolicy.info(sepolicy.TYPE) 137 for rec in all_types:
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.cc | 370 llvm::DenseSet<Type> all_types; in matchAndRewrite() local 372 all_types.insert(it.getType()); in matchAndRewrite() 374 if (all_types.size() != 1) return failure(); in matchAndRewrite() 376 {static_cast<int64_t>(array.size())}, *all_types.begin()); in matchAndRewrite()
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite.py | 594 all_types = default_types + [_dtypes.int16] 596 all_types = default_types + [_dtypes.int8, _dtypes.uint8] 597 if self.inference_input_type not in all_types or \ 598 self.inference_output_type not in all_types: 599 all_types_names = ["tf." + t.name for t in all_types]
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 660 all_types = [[t.dtype for t in tl] for tl in tensor_list_list] 661 types = all_types[0] 662 for other_types in all_types[1:]:
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | cppgen_plugin.cc | 208 std::vector<const Descriptor*> all_types; // All deps in Generate() local 235 all_types.push_back(msg); in Generate() 292 for (const Descriptor* msg : all_types) { in Generate()
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | type_inference_test.py | 798 all_types = set() 800 all_types |= s 801 return {List[t] for t in all_types}
|
/external/selinux/gui/ |
D | polgengui.py | 207 self.all_types = sepolicy.generate.get_all_types() 212 self.all_types = [] 682 if name in self.all_types:
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 9984 static const glw::GLenum all_types[] = { GL_UNSIGNED_BYTE, in Prepare() local 10009 static const glw::GLuint all_types_count = sizeof(all_types) / sizeof(all_types[0]); in Prepare() 10020 if (all_types[i] == m_type_invalid) in Prepare()
|