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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user