mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
f4f462c50b
Support for Pool1d layer for OpenCV and OpenCL targets * Initial version of Pool1d support * Fix variable naming * Fix 1d pooling for OpenCL * Change support logic, remove unnecessary variable, split the tests * Remove other depricated variables * Fix warning. Check tests * Change support check logic * Change support check logic, 2