/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cTextureGatherTests.cpp | 805 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::GatherBase 1077 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherUint2D 1117 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherDepth2D 1136 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherFloat2DArray 1175 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherInt2DArray 1214 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherUint2DArray 1254 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherDepth2DArray 1278 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherFloatCube 1302 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherIntCube 1341 virtual std::string Gather() in Gather() function in glcts::__anon19fff6c50111::PlainGatherUintCube [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/ |
H A D | comm.h | 35 struct TORCH_CUDA_CU_API Gather : public Node { struct 41 at::Device destination_device_; 42 int64_t dim_;
|
H A D | comm.cpp | 66 Gather::Gather(const at::Device& destination_device, int64_t dim) in Gather() function in torch::autograd::Gather
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
H A D | operation_semantics.md | 1456 ## Gather section in Operation Semantics 1461 ### General Semantics 1575 ### Informal Description and Examples
|
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/ |
D | python_generator.py | 80 def visit_Gather(self, node: Gather) -> Tuple[str, str]: 168 def visit_Gather(self, node: Gather) -> Tuple[str, str]:
|
D | parser_generator.py | 187 def artifical_rule_from_gather(self, node: Gather) -> str: 262 def visit_Gather(self, gather: Gather) -> bool:
|
D | first_sets.py | 92 def visit_Gather(self, item: Gather) -> Set[str]:
|
D | c_generator.py | 326 def visit_Gather(self, node: Gather) -> FunctionCall:
|
D | grammar.py | 308 class Gather(Repeat): class
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | Gather.cpp | 43 TEST_SUITE(Gather) in TEST_SUITE() argument
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | Gather.cpp | 46 TEST_SUITE(Gather) in TEST_SUITE() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | gather.h | 26 inline void Gather(const tflite::GatherParams& op_params, in Gather() function
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Gather.cpp | 14 void Gather(const TensorInfo& paramsInfo, in Gather() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | resolve_constant_gather.cc | 28 inline void Gather(const Array& input_array, const Array& coords_array, in Gather() function
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SamplerCore.hpp | 36 Gather, // Return one channel of each texel in footprint. enumerator
|
/aosp_15_r20/external/pytorch/torch/nn/parallel/ |
H A D | _functions.py | 56 class Gather(Function): class
|
/aosp_15_r20/bionic/benchmarks/ |
H A D | malloc_map_benchmark.cpp | 47 static void Gather(uint64_t* rss_bytes) { in Gather() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | gather.cc | 120 TfLiteStatus Gather(TfLiteContext* context, const TfLiteGatherParams& params, in Gather() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | gather_op_test.cc | 197 static Graph* Gather(int dim) { in Gather() function
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/ |
H A D | commands.py | 322 class Gather(setuptools.Command): class
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | ring_gatherer_test.cc | 61 void Gather(int fail_after) { in Gather() function in tensorflow::RingGathererTest
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/tests/ |
H A D | tfcompile_test.cc | 222 TEST(TFCompileTest, Gather) { in TEST() argument
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/ |
H A D | multi_threaded_pg.py | 175 class Gather: class
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | testlib.cc | 423 Node* Gather(Graph* g, Node* in0, Node* in1, Node* axis) { in Gather() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_cost_analysis_test.cc | 1140 TEST_F(HloCostAnalysisTest, Gather) { in TEST_F() argument
|