Searched defs:indicesData (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | GatherNdEndToEndTestImpl.hpp | 20 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 D | GatherEndToEndTestImpl.hpp | 20 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 D | RefGatherWorkload.cpp | 38 const int32_t* indicesData = reinterpret_cast<int32_t*>(inputs[1]->Map()); in Execute() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Gather.cpp | 32 const int32_t* indicesData, const Shape& indicesShape, T* outputData) { in eval()
|
D | TopK_V2.cpp | 35 int32_t* indicesData) { in evalGeneric()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | DilatedMaxPool3d.cu | 37 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 D | GatherNdTestImpl.cpp | 28 const std::vector<int32_t> &indicesData, in GatherNdTestImpl()
|
H A D | GatherTestImpl.cpp | 31 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 D | ObjImporter.java | 58 protected ObjectData(float[] vertexData, float[] normalsData, int[] indicesData) { in ObjectData()
|
/aosp_15_r20/external/armnn/src/armnnSerializer/test/ |
H A D | SerializerTests.cpp | 1331 const std::vector<int32_t>& indicesData = {7, 6, 5}; variable 1396 const std::vector<int32_t>& indicesData = {5, 1, 0}; variable
|