Home
last modified time | relevance | path

Searched refs:numeric_types (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tests/
Dslice_ops_test.py32 for dtype in self.numeric_types:
45 for dtype in self.numeric_types:
58 for dtype in self.numeric_types:
80 for dtype in self.numeric_types:
104 for dtype in self.numeric_types:
130 for dtype in self.numeric_types:
143 for dtype in self.numeric_types:
159 for dtype in self.numeric_types:
172 for dtype in self.numeric_types:
186 for dtype in self.numeric_types:
[all …]
Dsegment_reduction_ops_test.py61 for dtype in self.numeric_types:
71 for dtype in self.numeric_types:
79 for dtype in self.numeric_types:
87 for dtype in self.numeric_types:
103 for dtype in self.numeric_types:
118 for dtype in self.numeric_types:
135 for dtype in self.numeric_types:
152 for dtype in self.numeric_types:
168 for dtype in self.numeric_types:
Dternary_ops_test.py81 for dtype in self.numeric_types:
118 for dtype in self.numeric_types:
186 for dtype in self.numeric_types:
202 for dtype in self.numeric_types - self.complex_types:
219 for dtype in self.numeric_types & {np.float32, np.float64}:
256 for dtype in self.numeric_types & {np.float32, np.float64}:
Dxla_ops_test.py58 for dtype in self.numeric_types:
78 for dtype in self.numeric_types:
209 for dtype in self.numeric_types - {np.uint8, np.int8}:
216 for dtype in self.numeric_types:
235 for dtype in self.numeric_types:
340 for dtype in set(self.numeric_types).intersection(
391 for dtype in set(self.numeric_types).intersection(
463 for dtype in set(self.numeric_types).intersection(
498 for dtype in self.numeric_types:
504 for dtype in self.numeric_types:
Dvariable_ops_test.py46 for dtype in self.numeric_types:
59 for dtype in self.numeric_types:
72 for dtype in self.numeric_types:
83 for dtype in self.numeric_types:
95 for dtype in self.numeric_types:
108 for dtype in self.numeric_types:
123 for dtype in self.numeric_types:
140 for dtype in self.numeric_types:
203 for dtype in self.numeric_types:
454 for dtype in self.numeric_types:
Dsort_ops_test.py66 res = supported_key_types.intersection(self.numeric_types)
247 for dtype in supported_types.intersection(self.numeric_types):
280 if dtype in self.numeric_types:
312 for dtype in supported_types.intersection(self.numeric_types):
330 for dtype in supported_types.intersection(self.numeric_types):
353 if dtype in self.numeric_types:
Dbinary_ops_test.py313 for dtype in self.numeric_types:
339 for dtype in self.numeric_types:
402 for dtype in self.numeric_types:
482 if np.int64 in self.numeric_types:
491 for dtype in self.numeric_types:
842 if np.int64 in self.numeric_types:
944 for dtype in self.numeric_types:
975 for dtype in self.numeric_types:
1111 for dtype in self.numeric_types:
1209 self.numeric_types, [np.int32, np.int64]):
[all …]
Dreshape_op_test.py35 for dtype in self.numeric_types:
Dunary_ops_test.py101 for dtype in self.numeric_types - {np.int8, np.uint8}:
825 for dtype in self.numeric_types - {np.int8, np.uint8}:
950 if np.int64 in self.numeric_types:
980 for dtype in self.numeric_types:
996 for dtype in self.numeric_types:
1018 for dtype in self.numeric_types:
1037 for dtype in self.numeric_types:
1073 for dtype in self.numeric_types:
1125 for dtype in self.numeric_types:
Dmatrix_diag_ops_test.py350 for dtype in self.numeric_types - {np.int8, np.uint8}:
537 for dtype in self.numeric_types - {np.int8, np.uint8}:
669 for dtype in self.numeric_types - {np.int8, np.uint8}:
Dmanip_ops_test.py42 for t in self.numeric_types:
Dnullary_ops_test.py46 for dtype in self.numeric_types:
Dreduce_window_test.py44 for dtype in set(self.numeric_types).intersection(
Dxla_device_test.py38 for dtype in self.numeric_types:
Ddynamic_slice_ops_test.py45 for dtype in self.numeric_types:
Dgather_nd_op_test.py42 for dtype in self.numeric_types:
Dscatter_nd_op_test.py118 for vtype in self.numeric_types:
Drandom_ops_test.py38 return set(self.numeric_types) - set(
Dxla_test.py190 def numeric_types(self): member in XLATestCase
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py91 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type) variable
420 …operation("neg", 1, source_types=numeric_types, c_expression={'u': "-((int) {src0})", 'u64': "-((i…
600 …operation("add", 2, printable_name="+", source_types=numeric_types, c_expression="{src0} + {src1}"…
601 …operation("sub", 2, printable_name="-", source_types=numeric_types, c_expression="{src0} - {src1}"…
624 …operation("mul", 2, printable_name="*", source_types=numeric_types, c_expression="{src0} * {src1}"…
630 …operation("div", 2, printable_name="/", source_types=numeric_types, c_expression={'u': "{src1} == …
643 …operation("mod", 2, printable_name="%", source_types=numeric_types, c_expression={'u': "{src1} == …
647 …operation("less", 2, printable_name="<", source_types=numeric_types, dest_type=bool_type, c_expres…
648 …operation("gequal", 2, printable_name=">=", source_types=numeric_types, dest_type=bool_type, c_exp…
672 …operation("min", 2, source_types=numeric_types, c_expression="MIN2({src0}, {src1})", flags=vector_…
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/
Dtest_upb.lua382 local numeric_types = {
522 local vals = numeric_types[upb_type]
567 for k in pairs(numeric_types) do
575 local key_vals = numeric_types[key_type]
576 local val_vals = numeric_types[val_type]
616 for k in pairs(numeric_types) do
617 for v in pairs(numeric_types) do
/external/tensorflow/tensorflow/core/framework/
DBUILD208 "numeric_types.h",
308 "numeric_types.h",
481 ":numeric_types",
522 ":numeric_types",
636 ":numeric_types",
645 name = "numeric_types",
646 hdrs = ["numeric_types.h"],
739 ":numeric_types",
777 ":numeric_types",
1045 "numeric_types.h",
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
DBUILD694 "//tensorflow/core/framework:numeric_types",
762 "//tensorflow/core/framework:numeric_types",
862 "//tensorflow/core/framework:numeric_types",
/external/tensorflow/tensorflow/compiler/xla/
DBUILD154 "//tensorflow/core/framework:numeric_types",
/external/tensorflow/tensorflow/core/
DBUILD439 "//tensorflow/core/framework:numeric_types.h",
521 "//tensorflow/core/framework:numeric_types.h",
1643 "//tensorflow/core/framework:numeric_types",

12