Home
last modified time | relevance | path

Searched refs:d_1 (Results 1 – 25 of 54) sorted by relevance

123

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_test.cc1303 auto d_1 = c.Dim(s, 2); in TEST_F() local
1319 EXPECT_TRUE(c.Divide(d_unknown, d_1, evenly_divisible, &out).ok()); in TEST_F()
1321 EXPECT_TRUE(c.Divide(d_6, d_1, evenly_divisible, &out).ok()); in TEST_F()
1460 auto d_1 = c.Dim(s, 3); in TEST_F() local
1479 EXPECT_TRUE(c.Multiply(d_unknown, d_1, &out).ok()); in TEST_F()
1481 EXPECT_TRUE(c.Multiply(d_1, d_unknown, &out).ok()); in TEST_F()
1486 EXPECT_TRUE(c.Multiply(d_6, d_1, &out).ok()); in TEST_F()
1488 EXPECT_TRUE(c.Multiply(d_1, d_6, &out).ok()); in TEST_F()
1524 auto d_1 = c.Dim(s, 0); in TEST_F() local
1545 EXPECT_TRUE(c.Min(d_1, d_unknown, &out).ok()); in TEST_F()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dsubtract_avx2.c24 const __m256i d_1 = _mm256_sub_epi16(s_1, p_1); in subtract32_avx2() local
26 _mm256_store_si256((__m256i *)(diff_ptr + 16), d_1); in subtract32_avx2()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dhuge_struct.c80 double d_1, in test_large_fn() argument
124 ui64_1 + 1, si64_1 + 1, f_1 + 1, d_1 + 1, ld_1 + 1, (char*)((intptr_t)p_1 + 1), in test_large_fn()
141 … ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, (unsigned long)p_1, in test_large_fn()
169 double d_1 = *(double*)args[9]; in cls_large_fn() local
212 ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, p_1, in cls_large_fn()
/external/libffi/testsuite/libffi.closures/
Dhuge_struct.c78 double d_1, in test_large_fn() argument
122 ui64_1 + 1, si64_1 + 1, f_1 + 1, d_1 + 1, ld_1 + 1, (char*)((intptr_t)p_1 + 1), in test_large_fn()
139 … ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, (unsigned long)p_1, in test_large_fn()
167 double d_1 = *(double*)args[9]; in cls_large_fn() local
210 ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, p_1, in cls_large_fn()
/external/libffi/testsuite/libffi.call/
Dhuge_struct.c80 double d_1, in test_large_fn() argument
124 ui64_1 + 1, si64_1 + 1, f_1 + 1, d_1 + 1, ld_1 + 1, (char*)((intptr_t)p_1 + 1), in test_large_fn()
141 … ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, (unsigned long)p_1, in test_large_fn()
169 double d_1 = *(double*)args[9]; in cls_large_fn() local
212 ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, p_1, in cls_large_fn()
/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph_test.py123 d_1, e_1 = op_def_library.apply_op("Foo1", name="foo_1", a=x, b=y, c=z)
128 d_2, e_2 = test_ops.foo1(a=d_1, b=e_1, c=list_output1, name="foo_2")
Dops_test.py2412 d_1 = _apply_op(g, "TwoFloatInputsFloatOutput", [b_1, c_1],
2453 self.assertItemsEqual([], d_1.op.control_inputs)
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp75 int d_1; member
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ReduceJoin.pbtxt39 `[\\(d_0, d_1, ..., d_{n-1}\\)]`. Returns a new Tensor created by joining the input
/external/llvm-project/polly/lib/External/isl/doc/
Dimplementation.tex30 $\Z^n \to 2^{\Z^{d_1+d_2}}$,
36 \{\, \vec x_1 \to \vec x_2 \in \Z^{d_1} \times \Z^{d_2}
57 \{\, \vec x_1 \in \Z^{d_1} \mid \exists \vec x_2 \in \Z^{d_2} :
68 \{\, \vec x_2 \in \Z^{d_2} \mid \exists \vec x_1 \in \Z^{d_1} :
75 Let $R \in \Z^n \to 2^{\Z^{d_1+d_2}}$ and
82 \{\, \vec x_1 \to \vec x_3 \in \Z^{d_1} \times \Z^{d_3}
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.td1875 : vector<d_1 x .. x d_n x f32>
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td10551 `[\\(d_0, d_1, ..., d_{n-1}\\)]`. Returns a new Tensor created by joining the input
/external/deqp/android/cts/master/
Dgles2-master.txt9162 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
Dgles2-master-2020-03-01.txt9130 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles2-master.txt8875 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles2-master.txt8875 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
/external/deqp/android/cts/master/src/
Dgles2-master-2020-03-01.txt9130 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
/external/swiftshader/tests/regres/testlists/
Dgles2-master-PASS.txt12346 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
Dgles2-master.txt9130 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/
Dgles2-master.txt10705 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
/external/virglrenderer/ci/previous_results/archived/es_host_llvmpipe/deqp_gles2/
Dresults.txt12394 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1 Pass
/external/virglrenderer/ci/previous_results/archived/gl_host_i915/deqp_gles2/
Dresults.txt12494 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1 Pass
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles2-master.txt10617 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1
/external/virglrenderer/ci/previous_results/archived/gl_host_amdgpu/deqp_gles2/
Dresults.txt12494 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1 Pass
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles2-master.txt10705 dEQP-GLES2.functional.texture.specification.random_teximage2d.2d_1

123