Does OpenCV uses GEMM for convolution?
Hello
I've read that convolution can be accelerated by using im2col + GEMM. I just wanted to know how exactly separable convolutions are implemented in OpenCV. The source code seems a little bit complicated. Does it use GEMM?
Only deep learning.