Home
last modified time | relevance | path

Searched defs:indicesData (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DGatherNdEndToEndTestImpl.hpp20 const std::vector<int32_t>& indicesData) in CreateGatherNdNetwork()
70 std::vector<int32_t> indicesData{ in GatherNdEndToEnd() local
116 std::vector<int32_t> indicesData{ in GatherNdMultiDimEndToEnd() local
H A DGatherEndToEndTestImpl.hpp20 const std::vector<int32_t>& indicesData) in CreateGatherNetwork()
55 std::vector<int32_t> indicesData{ in GatherEndToEnd() local
100 std::vector<int32_t> indicesData{ in GatherMultiDimEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefGatherWorkload.cpp38 const int32_t* indicesData = reinterpret_cast<int32_t*>(inputs[1]->Map()); in Execute() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DGather.cpp32 const int32_t* indicesData, const Shape& indicesShape, T* outputData) { in eval()
DTopK_V2.cpp35 int32_t* indicesData) { in evalGeneric()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool3d.cu37 int64_t* indicesData, in max_pool3d_with_indices_single_out_frame()
189 const int64_t *indicesData, in max_pool3d_with_indices_backward_single_out_frame()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DGatherNdTestImpl.cpp28 const std::vector<int32_t> &indicesData, in GatherNdTestImpl()
H A DGatherTestImpl.cpp31 const std::vector<int32_t>& indicesData, in GatherTestImpl()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
H A DObjImporter.java58 protected ObjectData(float[] vertexData, float[] normalsData, int[] indicesData) { in ObjectData()
/aosp_15_r20/external/armnn/src/armnnSerializer/test/
H A DSerializerTests.cpp1331 const std::vector<int32_t>& indicesData = {7, 6, 5}; variable
1396 const std::vector<int32_t>& indicesData = {5, 1, 0}; variable