Home
last modified time | relevance | path

Searched refs:gather (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles31-hw-issues.txt2 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
3 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_rep…
4 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_cla…
5 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_re…
6 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_…
7 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_pot.compare_greater.mirrored_repeat_…
8 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.clamp_to_edge_repe…
9 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.repeat_mirrored_re…
10 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_less.mirrored_repeat_cl…
11 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.size_npot.compare_greater.clamp_to_edge_r…
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dgather_op_test.py51 gather_t = array_ops.gather(params, indices_tf)
66 gather_t = array_ops.gather(params, indices, axis=axis)
82 gather_t = array_ops.gather(params, indices, axis=axis)
103 gather = array_ops.gather(tf_params, tf_indices, axis=tf_axis)
104 gather_negative_axis = array_ops.gather(
107 [gather, gather_negative_axis])
113 self.assertEqual(expected_shape, gather.shape)
118 *gather.get_shape().as_list()).astype(dtype.as_numpy_dtype)
122 gather, [tf_params, tf_indices, tf_axis], gather_grad)
148 array_ops.gather(params, 1, axis=0).eval())
[all …]
/external/deqp/android/cts/master/src/
Dgles31-hw-issues.txt35 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.mirrored_repeat_cl…
36 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.repeat_mirrored_re…
37 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.mirrored_repeat_clamp…
38 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.repeat_mirrored_repeat
41 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_1
42 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_2
43 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mag_linear
44 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_linear_mag_…
45 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_nearest_mag…
46 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_linear_mag…
[all …]
/external/llvm/test/Analysis/CostModel/X86/
Dmasked-intrinsic-cost.ll73 ; AVX2: Found an estimated cost of 7 {{.*}}.gather
76 ; KNL: Found an estimated cost of 7 {{.*}}.gather
79 ; SKX: Found an estimated cost of 7 {{.*}}.gather
81 %res = call <2 x double> @llvm.masked.gather.v2f64(<2 x double*> %ptrs, i32 4, <2 x i1> %mask, <2 x…
84 declare <2 x double> @llvm.masked.gather.v2f64(<2 x double*> %ptrs, i32, <2 x i1> %mask, <2 x doubl…
89 ; AVX2: Found an estimated cost of 16 {{.*}}.gather
92 ; KNL: Found an estimated cost of 16 {{.*}}.gather
95 ; SKX: Found an estimated cost of 6 {{.*}}.gather
97 %res = call <4 x i32> @llvm.masked.gather.v4i32(<4 x i32*> %ptrs, i32 4, <4 x i1> %mask, <4 x i32> …
104 ; AVX2: Found an estimated cost of 8 {{.*}}.gather
[all …]
/external/llvm/test/Analysis/BasicAA/
Dpr18573.ll3 ; Check that llvm.x86.avx2.gather.d.ps.256 intrinsic is not eliminated as gather and store memory a…
8 declare <8 x float> @llvm.x86.avx2.gather.d.ps.256(<8 x float>, i8*, <8 x i32>, <8 x float>, i8) #0
16 …%v1 = tail call <8 x float> @llvm.x86.avx2.gather.d.ps.256(<8 x float> undef, i8* %arr.ptr, <8 x i…
19 …%v2 = tail call <8 x float> @llvm.x86.avx2.gather.d.ps.256(<8 x float> undef, i8* %arr.ptr, <8 x i…
25 ; CHECK: llvm.x86.avx2.gather.d.ps.256
27 ; CHECK: llvm.x86.avx2.gather.d.ps.256
29 ; Check that second gather is eliminated as gather and store memory accesses are based on different…
37 …%v1 = tail call <8 x float> @llvm.x86.avx2.gather.d.ps.256(<8 x float> undef, i8* %arr.ptr, <8 x i…
40 …%v2 = tail call <8 x float> @llvm.x86.avx2.gather.d.ps.256(<8 x float> undef, i8* %arr.ptr, <8 x i…
46 ; CHECK: llvm.x86.avx2.gather.d.ps.256
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dgather_test.py52 gather_t = array_ops.gather(params, indices_tf)
66 gather_t = array_ops.gather(params, indices, axis=axis)
81 gather_t = array_ops.gather(params, indices, axis=axis)
100 gather_t = array_ops.gather(params, indices, axis=axis)
120 gather = array_ops.gather(tf_params, tf_indices, axis=axis)
121 gather_value = sess.run(gather, feed_dict={tf_params: params})
131 gather = array_ops.gather(params, indices)
133 7, gather.eval(feed_dict={params: [4, 7, 2], indices: 1}))
135 [7], gather.eval(feed_dict={params: [4, 7, 2], indices: [1]}))
137 [[7]], gather.eval(feed_dict={params: [4, 7, 2], indices: [[1]]}))
[all …]
/external/llvm/test/CodeGen/X86/
Davx2-gather.ll4 declare <4 x float> @llvm.x86.avx2.gather.d.ps(<4 x float>, i8*,
9 %res = call <4 x float> @llvm.x86.avx2.gather.d.ps(<4 x float> undef,
21 declare <2 x double> @llvm.x86.avx2.gather.d.pd(<2 x double>, i8*,
26 %res = call <2 x double> @llvm.x86.avx2.gather.d.pd(<2 x double> undef,
36 declare <8 x float> @llvm.x86.avx2.gather.d.ps.256(<8 x float>, i8*,
41 %res = call <8 x float> @llvm.x86.avx2.gather.d.ps.256(<8 x float> undef,
49 declare <4 x double> @llvm.x86.avx2.gather.d.pd.256(<4 x double>, i8*,
54 %res = call <4 x double> @llvm.x86.avx2.gather.d.pd.256(<4 x double> undef,
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc146 GatherComp gather; in TEST() local
147 EXPECT_EQ(gather.arg0_data(), gather.args()[0]); in TEST()
148 EXPECT_EQ(gather.arg1_data(), gather.args()[1]); in TEST()
153 std::copy(params + 0, params + 4, gather.arg0_data()); in TEST()
155 std::copy(indices + 0, indices + 2, gather.arg1_data()); in TEST()
156 EXPECT_TRUE(gather.Run()); in TEST()
157 EXPECT_EQ(gather.error_msg(), ""); in TEST()
160 EXPECT_EQ(gather.result0(i), results[i]); in TEST()
161 EXPECT_EQ(gather.result0_data()[i], results[i]); in TEST()
163 EXPECT_EQ(gather.result0_data(), gather.results()[0]); in TEST()
[all …]
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dlazy_adam_optimizer.py62 beta1_t * array_ops.gather(m, grad.indices) +
69 beta2_t * array_ops.gather(v, grad.indices) +
74 m_t_slice = array_ops.gather(m_t, grad.indices)
75 v_t_slice = array_ops.gather(v_t, grad.indices)
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles32-master.txt5099 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.clamp_to_edge_repeat
5100 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.repeat_mirrored_repeat
5101 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.mirrored_repeat_clamp_to_edge
5102 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.clamp_to_edge_repeat
5103 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.repeat_mirrored_repeat
5104 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.mirrored_repeat_clamp_to_edge
5105 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.red_green_blue_alpha
5106 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.green_blue_alpha_zero
5107 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.blue_alpha_zero_one
5108 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.alpha_zero_one_red
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc198 xla::ComputationDataHandle gather; in Compile() local
202 builder, &gather)); in Compile()
203 context->SetOutput(0, gather); in Compile()
239 xla::ComputationDataHandle gather; in Compile() local
243 indices_type, builder, &gather)); in Compile()
244 context->SetOutput(0, gather); in Compile()
Dvariable_ops.cc120 xla::ComputationDataHandle gather; in Compile() local
124 builder, &gather)); in Compile()
125 ctx->SetOutput(0, gather); in Compile()
/external/deqp/android/cts/lmp-mr1/
Dgles31-master.txt10085 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.clamp_to_edge_repeat
10086 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.repeat_mirrored_repeat
10087 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.mirrored_repeat_clamp_to_edge
10088 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.clamp_to_edge_repeat
10089 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.repeat_mirrored_repeat
10090 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.mirrored_repeat_clamp_to_edge
10091 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.green_blue_alpha_zero
10092 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.blue_alpha_zero_one
10093 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.alpha_zero_one_red
10094 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.zero_one_red_green
[all …]
/external/deqp/android/cts/lmp-mr1/src/
Des31-lmp-mr1.txt10085 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.clamp_to_edge_repeat
10086 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.repeat_mirrored_repeat
10087 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_pot.mirrored_repeat_clamp_to_edge
10088 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.clamp_to_edge_repeat
10089 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.repeat_mirrored_repeat
10090 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.size_npot.mirrored_repeat_clamp_to_edge
10091 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.green_blue_alpha_zero
10092 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.blue_alpha_zero_one
10093 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.alpha_zero_one_red
10094 dEQP-GLES31.functional.texture.gather.basic.2d.rgba8.texture_swizzle.zero_one_red_green
[all …]
/external/skqp/src/jumper/
DSkJumper_stages.cpp83 SI T gather(const T* p, U32 ix) { return p[ix]; } in gather() function
165 SI V<T> gather(const T* p, U32 ix) { in gather() function
270 SI V<T> gather(const T* p, U32 ix) { in gather() function
275 SI F gather(const float* p, U32 ix) { return _mm256_i32gather_ps (p, ix, 4); } in gather() function
276 SI U32 gather(const uint32_t* p, U32 ix) { return _mm256_i32gather_epi32(p, ix, 4); } in gather() function
277 SI U64 gather(const uint64_t* p, U32 ix) { in gather() function
494 SI V<T> gather(const T* p, U32 ix) { in gather() function
1465 r = gather(c->r, (px ) & 0xff); in STAGE()
1466 g = gather(c->g, (px >> 8) & 0xff); in STAGE()
1467 b = gather(c->b, (px >> 16) & 0xff); in STAGE()
[all …]
DSkJumper_stages_lowp.cpp470 SI V gather(const T* ptr, U32 ix) { in gather() function
478 F gather(const float* p, U32 ix) { in gather() function
487 U32 gather(const uint32_t* p, U32 ix) { in gather() function
496 SI V gather(const T* ptr, U32 ix) { in gather() function
598 from_8888(gather<U32>(ptr, ix), &r, &g, &b, &a); in STAGE_GP()
603 from_8888(gather<U32>(ptr, ix), &b, &g, &r, &a); in STAGE_GP()
647 from_565(gather<U16>(ptr, ix), &r, &g, &b); in STAGE_GP()
692 from_4444(gather<U16>(ptr, ix), &r,&g,&b,&a); in STAGE_GP()
719 a = cast<U16>(gather<U8>(ptr, ix)); in STAGE_GP()
737 r = g = b = cast<U16>(gather<U8>(ptr, ix)); in STAGE_GP()
[all …]
/external/skia/src/jumper/
DSkJumper_stages.cpp83 SI T gather(const T* p, U32 ix) { return p[ix]; } in gather() function
165 SI V<T> gather(const T* p, U32 ix) { in gather() function
270 SI V<T> gather(const T* p, U32 ix) { in gather() function
275 SI F gather(const float* p, U32 ix) { return _mm256_i32gather_ps (p, ix, 4); } in gather() function
276 SI U32 gather(const uint32_t* p, U32 ix) { return _mm256_i32gather_epi32(p, ix, 4); } in gather() function
277 SI U64 gather(const uint64_t* p, U32 ix) { in gather() function
494 SI V<T> gather(const T* p, U32 ix) { in gather() function
1467 r = gather(c->r, (px ) & 0xff); in STAGE()
1468 g = gather(c->g, (px >> 8) & 0xff); in STAGE()
1469 b = gather(c->b, (px >> 16) & 0xff); in STAGE()
[all …]
DSkJumper_stages_lowp.cpp470 SI V gather(const T* ptr, U32 ix) { in gather() function
478 F gather(const float* p, U32 ix) { in gather() function
487 U32 gather(const uint32_t* p, U32 ix) { in gather() function
496 SI V gather(const T* ptr, U32 ix) { in gather() function
598 from_8888(gather<U32>(ptr, ix), &r, &g, &b, &a); in STAGE_GP()
603 from_8888(gather<U32>(ptr, ix), &b, &g, &r, &a); in STAGE_GP()
647 from_565(gather<U16>(ptr, ix), &r, &g, &b); in STAGE_GP()
692 from_4444(gather<U16>(ptr, ix), &r,&g,&b,&a); in STAGE_GP()
719 a = cast<U16>(gather<U8>(ptr, ix)); in STAGE_GP()
737 r = g = b = cast<U16>(gather<U8>(ptr, ix)); in STAGE_GP()
[all …]
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp164 void gather(Instruction *, const ValueVector &);
296 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { in gather() function in Scalarizer
393 gather(&I, Res); in splitBinary()
423 gather(&SI, Res); in visitSelectInst()
468 gather(&GEPI, Res); in visitGetElementPtrInst()
486 gather(&CI, Res); in visitCastInst()
541 gather(&BCI, Res); in visitBitCastInst()
565 gather(&SVI, Res); in visitShuffleVectorInst()
590 gather(&PHI, Res); in visitPHINode()
614 gather(&LI, Res); in visitLoadInst()
/external/skqp/src/shaders/
DSkImageShader.cpp315 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY() local
316 gather->pixels = pm.addr(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
317 gather->stride = pm.rowBytesAsPixels(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
318 gather->width = pm.width(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
319 gather->height = pm.height(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
341 void* ctx = gather; in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
389 p->append(SkRasterPipeline::bilerp_clamp_8888, gather); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dgather.cc27 namespace gather { namespace
124 static TfLiteRegistration r = {nullptr, nullptr, gather::Prepare, in Register_GATHER()
125 gather::Eval}; in Register_GATHER()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
Dcategorical_split_handler.py124 filtered_gradients = array_ops.gather(gradients, example_indices)
125 filtered_hessians = array_ops.gather(hessians, example_indices)
126 filtered_partition_ids = array_ops.gather(example_partition_ids,
/external/skia/src/shaders/
DSkImageShader.cpp355 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY() local
356 gather->pixels = pm.addr(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
357 gather->stride = pm.rowBytesAsPixels(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
358 gather->width = pm.width(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
359 gather->height = pm.height(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
396 void* ctx = gather; in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
447 p->append(SkRasterPipeline::bilerp_clamp_8888, gather); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
/external/python/cpython2/Lib/test/
Dtest_sax.py735 gather = self.AttrGatherer()
736 parser.setContentHandler(gather)
741 self.verify_empty_attrs(gather._attrs)
745 gather = self.AttrGatherer()
746 parser.setContentHandler(gather)
751 self.verify_attrs_wattr(gather._attrs)
755 gather = self.AttrGatherer()
756 parser.setContentHandler(gather)
761 self.verify_empty_nsattrs(gather._attrs)
765 gather = self.AttrGatherer()
[all …]

12345678910>>...12