Searched defs:stridesData (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | StridedSliceAsyncEndToEndTest.hpp | 244 const std::vector<int>& stridesData, in CreateStridedSliceNetwork() 290 const std::vector<int>& stridesData = {1, 1, 1, 1}; in StridedSlicedEndToEndTest() local 344 const std::vector<int>& stridesData = {1, 1, 1, 1}; in StridedSlicedMultiThreadedEndToEndTest() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | StridedSlice.cpp | 48 const int32_t* endData, const int32_t* stridesData, int32_t beginMask, int32_t endMask, in compute() 121 const int32_t* stridesData = context->getInputBuffer<int32_t>(kStridesTensor); in prepare() local
|