/external/tensorflow/tensorflow/lite/kernels/ |
D | gather.cc | 97 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/ |
D | hlsl.gather.array.dx10.frag | 29 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));
|
D | hlsl.gather.basic.dx10.vert | 33 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));
|
D | hlsl.gather.basic.dx10.frag | 34 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));
|
D | hlsl.gather.offsetarray.dx10.frag | 25 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));
|
D | hlsl.gather.offset.dx10.frag | 33 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));
|
D | hlsl.sample.basic.dx10.frag | 35 int Gather; // ... 59 mtest.Gather = 1; // ...
|
D | remap.hlsl.sample.basic.none.frag | 35 int Gather; // ... 59 mtest.Gather = 1; // ...
|
D | remap.hlsl.sample.basic.everything.frag | 35 int Gather; // ... 59 mtest.Gather = 1; // ...
|
D | remap.hlsl.sample.basic.strip.frag | 35 int Gather; // ... 59 mtest.Gather = 1; // ...
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | resolve_constant_gather.cc | 28 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/ |
D | es31cTextureGatherTests.cpp | 796 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/ |
D | api_def_Gather.pbtxt | 2 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>
|
D | api_def_GatherV2.pbtxt | 30 summary: "Gather slices from `params` axis `axis` according to `indices`." 51 <img style="width:100%" src="https://www.tensorflow.org/images/Gather.png" alt>
|
D | api_def_ResourceGather.pbtxt | 3 summary: "Gather slices from the variable pointed to by `resource` according to `indices`."
|
D | api_def_TensorArrayGatherV3.pbtxt | 45 summary: "Gather specific elements from the TensorArray into output `value`."
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.sample.basic.dx10.frag.out | 13 …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/ |
D | gather_op_test.cc | 182 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/ |
D | toco_convert_test.cc | 152 op: "Gather" in TEST() 160 op: "Gather" in TEST()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Gather.pbtxt | 2 graph_op_name: "Gather"
|
D | api_def_GatherV2.pbtxt | 4 name: "Gather"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Gather.pbtxt | 2 graph_op_name: "Gather"
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonIICHVX.td | 20 // Used by Gather Pseudo Instructions which are expanded into
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | slicing.cc | 160 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/ |
D | data_flow_grad.cc | 145 grad_outputs->push_back(Gather(scope, grad_inputs[0], index)); in DynamicStitchGrad()
|