Home
last modified time | relevance | path

Searched refs:Each (Results 1 – 25 of 1411) sorted by relevance

12345678910>>...57

/external/tensorflow/tensorflow/compiler/xla/
Darray4d_test.cc53 fullof7.Each( in TEST()
70 arr.Each([&arr](absl::Span<const int64> idx, int* cell) { in TEST()
130 fullof7.Each( in TEST()
134 fullof7.Each( in TEST()
142 arr.Each([&arr](absl::Span<const int64> idx, float* cell) { in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DGraphBuilder.cpp44 using ::testing::Each;
166 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F()
192 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F()
221 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F()
259 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F()
331 Each(AllOf(Field(&ConditionalBranchNode::CFIProtection, Eq(false)), in TEST_F()
399 Each(HasPath(Result, ElementsAre(0xDEADBEEF + 4, 0xDEADBEEF + 5, in TEST_F()
428 Each(AllOf( in TEST_F()
544 Each(AllOf(Eq(0x1000u + 11), in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DOperationsTest.cpp51 using testing::Each;
108 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(i32)))); in TEST()
119 Each(AnyOf(TypesMatch(i32), TypesMatch(f16), TypesMatch(v8i8)))); in TEST()
129 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(i32)))); in TEST()
140 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(f16)))); in TEST()
151 AllOf(SizeIs(Ge(3u)), Each(Truly(isPointer)))); in TEST()
169 EXPECT_THAT(First.generate({i8}, {}), Each(TypesMatch(i8))); in TEST()
171 Each(TypesMatch(f16))); in TEST()
172 EXPECT_THAT(First.generate({v8i8, i32}, {}), Each(TypesMatch(v8i8))); in TEST()
399 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeCSV.pbtxt6 Each string is a record/row in the csv and all records should have
21 Each tensor will have the same shape as records.
44 summary: "Convert CSV records to tensors. Each column maps to one tensor."
Dapi_def_StatelessMultinomial.pbtxt6 2-D Tensor with shape `[batch_size, num_classes]`. Each slice `[i, :]`
25 2-D Tensor with shape `[batch_size, num_samples]`. Each slice `[i, :]`
Dapi_def_DecodeJSONExample.pbtxt6 Each string is a JSON object serialized according to the JSON
13 Each string is a binary Example protocol buffer corresponding
Dapi_def_Multinomial.pbtxt6 2-D Tensor with shape `[batch_size, num_classes]`. Each slice `[i, :]`
19 2-D Tensor with shape `[batch_size, num_samples]`. Each slice `[i, :]`
Dapi_def_NearestNeighbors.pbtxt26 Matrix of shape (n, min(m, k)). Each row contains the indices of the centers
33 Matrix of shape (n, min(m, k)). Each row contains the squared L2 distance to the
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt44 Program interface query tests are structured as follows. Each program
46 functional.program_interface_query.* level. Each program interface test
53 Each program interface query test, a program corresponding to the case's
91 respectively. Each test group contains separate tests for different
97 ARRAY_SIZE, NAME_LENGTH, and TYPE properties. Each test group contains
/external/u-boot/doc/
DREADME.440-DDR-performance20 Each test is run 10 times, but only
24 Each test below will take on the order of 112345 microseconds.
61 Each test is run 10 times, but only
65 Each test below will take on the order of 120066 microseconds.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt64 Each test case renders one or more times a plain quad that samples a slice
68 * Cubemaps: Each cube face is rendered separately.
69 * 2D array textures: Each layer is rendered separately.
70 * 3D textures: Each slice is rendered separately.
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice.proto7 // Each checkpoint file has a record with the empty key (""), which corresponds
12 // Each of the rest of the records in a checkpoint stores the raw data of a
51 // Each SavedSliceMeta describes the slices for one tensor.
75 // Each record in a v3 checkpoint file is a serialized SavedTensorSlices
/external/clang/lib/ASTMatchers/Dynamic/
DCMakeLists.txt4 # matcher. Each matcher appears to get a vtable and several methods. Each
/external/libopus/
DLICENSE_PLEASE_READ.txt3 Each contributor represents and warrants that it has the right and
6 Each contributor agrees to license the copyright in the contributions
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreshape_test.cc692 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
711 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
731 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
742 input.Each([&](absl::Span<const int64> indices, float* cell) { in XLA_TEST_P()
756 input_array.Each( in XLA_TEST_P()
837 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
864 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
891 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
919 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
946 input.Each([&rng, &distribution](absl::Span<const int64> /* indices */, in XLA_TEST_P()
/external/v8/tools/clang/traffic_annotation_extractor/
DREADME.md35 Each annotation output will have the following format:
47 Each function call output will have the following format:
55 Each direct assignment output will have the following format:
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.proto53 // Each feed is a positional input argument for the generated computation.
56 // Each fetch is a positional output argument for the generated computation.
59 // Each variable is a named input and output of the generated computation.
/external/skqp/site/dev/testing/
Dfonts.md7 Each test in the gm directory draws a reference image. Their primary purpose is
17 Each gm specifies the typeface to use when drawing text. For now, to set the
/external/skia/site/dev/testing/
Dfonts.md7 Each test in the gm directory draws a reference image. Their primary purpose is
17 Each gm specifies the typeface to use when drawing text. For now, to set the
/external/ltp/testcases/kernel/security/smack/
DREADME18 Each test is designed to be independent. The tests can be built
25 Each test exits with 0 on success and an error code on failure.
/external/u-boot/doc/device-tree-bindings/pinctrl/
Datmel,at91-pio4-pinctrl.txt14 Each node (or subnode) will list the pins it needs and how to configured these
23 - pinmux: integer array. Each integer represents a pin number plus mux and
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md9 * graph view. Graph. Each profiler node corresponds to a
11 * scope view. Tree. Each profiler node corresponds to a
13 * code view. Tree. Each profiler node includes to all TensorFlow
15 * op view. List. Each profiler node includes to all TensorFlow
47 Each accelerator usually performs massive parallel processing. The profiler
/external/u-boot/doc/device-tree-bindings/leds/
Dleds-gpio.txt6 Each LED is represented as a sub-node of the gpio-leds device. Each
/external/glide/third_party/disklrucache/
DREADME.md4 A cache that uses a bounded amount of space on a filesystem. Each cache entry
5 has a string key and a fixed number of values. Each key must match the regex
7 Each value must be between `0` and `Integer.MAX_VALUE` bytes in length.
/external/u-boot/doc/device-tree-bindings/gpio/
Dnvidia,tegra186-gpio.txt31 implemented by the SoC. Each GPIO is assigned to a port, and a port may control
48 Each GPIO controller can generate a number of interrupt signals. Each signal
54 Each GPIO controller in fact generates multiple interrupts signals for each set
55 of ports. Each GPIO may be configured to feed into a specific one of the

12345678910>>...57