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?
1 | initial version |
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?