Home
last modified time | relevance | path

Searched refs:all_types (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py90 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/
Dreduce_ops_test.py128 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:
Dreverse_sequence_op_test.py87 for dtype in self.all_types:
88 for seq_dtype in self.all_types & {np.int32, np.int64}:
Dxla_device_test.py60 for unsupported_dtype in test_types - self.all_types:
Dargminmax_test.py53 minmax_types = self.all_types & {np.int32, np.int64}
Dxla_test.py195 def all_types(self): member in XLATestCase
Dbinary_ops_test.py1623 for dtype in self.all_types:
/external/selinux/secilc/docs/
Dcil_access_vector_rules.md71 (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/
Dnp_array_ops_test.py85 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/
Dwell_known_types_test.py925 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/
Dpython_op_gen_test.cc58 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__.py100 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
Dmanpage.py135 all_types = sepolicy.info(sepolicy.TYPE)
137 for rec in all_types:
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc370 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/
Dlite.py594 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/
Dinput.py660 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/
Dcppgen_plugin.cc208 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/
Dtype_inference_test.py798 all_types = set()
800 all_types |= s
801 return {List[t] for t in all_types}
/external/selinux/gui/
Dpolgengui.py207 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/
Dgl4cDirectStateAccessTexturesTests.cpp9984 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()