Home
last modified time | relevance | path

Searched refs:Gather (Results 1 – 25 of 106) sorted by relevance

12345

/external/tensorflow/tensorflow/lite/kernels/
Dgather.cc97 TfLiteStatus Gather(const TfLiteGatherParams& params, const TfLiteTensor* input, in Gather() function
101 optimized_ops::Gather(op_params, GetTensorShape(input), in Gather()
136 return Gather<float, int32_t>(*params, input, positions, output); in Eval()
138 return Gather<uint8_t, int32_t>(*params, input, positions, output); in Eval()
140 return Gather<int8_t, int32_t>(*params, input, positions, output); in Eval()
142 return Gather<int32_t, int32_t>(*params, input, positions, output); in Eval()
144 return Gather<int64_t, int32_t>(*params, input, positions, output); in Eval()
156 return Gather<float, int64_t>(*params, input, positions, output); in Eval()
158 return Gather<uint8_t, int64_t>(*params, input, positions, output); in Eval()
160 return Gather<int8_t, int64_t>(*params, input, positions, output); in Eval()
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.gather.array.dx10.frag29 float4 txval20 = g_tTex2df4a . Gather(g_sSamp, float3(0.1, 0.2, 0.3));
30 int4 txval21 = g_tTex2di4a . Gather(g_sSamp, float3(0.3, 0.4, 0.5));
31 uint4 txval22 = g_tTex2du4a . Gather(g_sSamp, float3(0.5, 0.6, 0.7));
35 float4 txval40 = g_tTexcdf4a . Gather(g_sSamp, float4(0.1, 0.2, 0.3, 0.4));
36 int4 txval41 = g_tTexcdi4a . Gather(g_sSamp, float4(0.4, 0.5, 0.6, 0.7));
37 uint4 txval42 = g_tTexcdu4a . Gather(g_sSamp, float4(0.7, 0.8, 0.9, 1.0));
Dhlsl.gather.basic.dx10.vert33 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float2(0.1, 0.2));
34 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float2(0.3, 0.4));
35 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float2(0.5, 0.6));
39 float4 txval40 = g_tTexcdf4 . Gather(g_sSamp, float3(0.1, 0.2, 0.3));
40 int4 txval41 = g_tTexcdi4 . Gather(g_sSamp, float3(0.4, 0.5, 0.6));
41 uint4 txval42 = g_tTexcdu4 . Gather(g_sSamp, float3(0.7, 0.8, 0.9));
Dhlsl.gather.basic.dx10.frag34 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float2(0.1, 0.2));
35 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float2(0.3, 0.4));
36 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float2(0.5, 0.6));
40 float4 txval40 = g_tTexcdf4 . Gather(g_sSamp, float3(0.1, 0.2, 0.3));
41 int4 txval41 = g_tTexcdi4 . Gather(g_sSamp, float3(0.4, 0.5, 0.6));
42 uint4 txval42 = g_tTexcdu4 . Gather(g_sSamp, float3(0.7, 0.8, 0.9));
Dhlsl.gather.offsetarray.dx10.frag25 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float3(0.1, 0.2, 0.3), int2(1,0));
26 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float3(0.3, 0.4, 0.4), int2(1,1));
27 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float3(0.5, 0.6, 0.7), int2(1,-1));
Dhlsl.gather.offset.dx10.frag33 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float2(0.1, 0.2), int2(1,0));
34 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float2(0.3, 0.4), int2(1,1));
35 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float2(0.5, 0.6), int2(1,-1));
Dhlsl.sample.basic.dx10.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
Dremap.hlsl.sample.basic.none.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
Dremap.hlsl.sample.basic.everything.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
Dremap.hlsl.sample.basic.strip.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_gather.cc28 inline void Gather(const Array& input_array, const Array& coords_array, in Gather() function
124 Gather<ArrayDataType::kFloat>(input_array, coords_array, &output_array); in Run()
127 Gather<ArrayDataType::kUint8>(input_array, coords_array, &output_array); in Run()
130 Gather<ArrayDataType::kInt32>(input_array, coords_array, &output_array); in Run()
133 Gather<ArrayDataType::kInt64>(input_array, coords_array, &output_array); in Run()
136 Gather<ArrayDataType::kComplex64>(input_array, coords_array, in Run()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp796 Offset() + " mediump " + Type() + " tmp = " + Gather() + in TextBody()
805 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::GatherBase
1074 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherUint2D
1114 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherDepth2D
1133 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherFloat2DArray
1172 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherInt2DArray
1211 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherUint2DArray
1251 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherDepth2DArray
1275 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherFloatCube
1299 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherIntCube
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Gather.pbtxt2 graph_op_name: "Gather"
3 summary: "Gather slices from `params` according to `indices`."
28 <img style="width:100%" src="https://www.tensorflow.org/images/Gather.png" alt>
Dapi_def_GatherV2.pbtxt30 summary: "Gather slices from `params` axis `axis` according to `indices`."
51 <img style="width:100%" src="https://www.tensorflow.org/images/Gather.png" alt>
Dapi_def_ResourceGather.pbtxt3 summary: "Gather slices from the variable pointed to by `resource` according to `indices`."
Dapi_def_TensorArrayGatherV3.pbtxt45 summary: "Gather specific elements from the TensorArray into output `value`."
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.sample.basic.dx10.frag.out13 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
20 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
26 0:59 Gather: direct index for structure ( temp int)
27 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
34 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
41 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
48 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
55 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
62 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
69 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dgather_op_test.cc182 static Graph* Gather(int dim) { in Gather() function
204 test::graph::Gather(g, test::graph::Constant(g, params), in Gather()
216 test::Benchmark(#DEVICE, Gather<INDEX>(dim)).Run(iters); \
/external/tensorflow/tensorflow/lite/toco/
Dtoco_convert_test.cc152 op: "Gather" in TEST()
160 op: "Gather" in TEST()
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Gather.pbtxt2 graph_op_name: "Gather"
Dapi_def_GatherV2.pbtxt4 name: "Gather"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Gather.pbtxt2 graph_op_name: "Gather"
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonIICHVX.td20 // Used by Gather Pseudo Instructions which are expanded into
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dslicing.cc160 return Gather(input, gather_indices, gather_dnums, slice_sizes); in TorchGather()
180 return Gather(input, index, gather_dnums, slice_sizes); in TorchIndexSelect()
/external/tensorflow/tensorflow/cc/gradients/
Ddata_flow_grad.cc145 grad_outputs->push_back(Gather(scope, grad_inputs[0], index)); in DynamicStitchGrad()

12345