1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #19546 from LupusSanctus:am/slice_steps

* Added Steps support in DNN Slice layer

* Added code corrections

* dnn(slice): fix OCL and OCL_FP16 processing
This commit is contained in:
Anastasia M
2021-03-26 14:04:57 +03:00
committed by GitHub
parent bf9f67e93f
commit 3e48a91d97
4 changed files with 109 additions and 16 deletions
@@ -364,6 +364,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
* Inner vector has slice ranges for the first number of input dimensions.
*/
std::vector<std::vector<Range> > sliceRanges;
std::vector<std::vector<int> > sliceSteps;
int axis;
int num_split;