Searched refs:stridesData (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | StridedSlice.cpp | 33 const int32_t* stridesData, int32_t beginMask, int32_t endMask, in stridedSliceGeneric() argument 48 strides.emplace_back(stridesData[idx]); in stridedSliceGeneric()
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 119 const int32_t* stridesData, int32_t beginMask, int32_t endMask,
|
D | OperationsUtils.h | 360 const int32_t* stridesData, const Shape& stridesShape,
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 774 const int32_t* stridesData, const Shape& stridesShape, in stridedSlicePrepare() argument 797 int32_t stride = stridesData[idx]; in stridedSlicePrepare()
|