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

Merge pull request #17258 from YashasSamaga:cuda4dnn-hotfix-slice-pr17231-pr17222

This commit is contained in:
Alexander Alekhin
2020-05-11 19:25:50 +00:00
+1 -1
View File
@@ -373,7 +373,7 @@ public:
auto context = reinterpret_cast<csl::CSLContext*>(context_);
std::vector<std::vector<std::size_t>> offsets;
for (const auto& ranges : sliceRanges)
for (const auto& ranges : finalSliceRanges)
{
std::vector<std::size_t> offsets_i;
for (const auto& range : ranges)