ncnn About Convolution Implementation

toe95027  于 2个月前  发布在  其他
关注(0)|答案(1)|浏览(36)

Hi,

I had few doubts on the Convolution Kernel implemented in NCNN:

1.) What are the standard optimizations used for the Convolution Implementations for X86 in NCNN?(Ex: Tiling, Loop unrolling, SIMD, Multithreading)
2.) Where can I find the Optimized Convolution kernels for X86 CPUs?

Look forward to your reply

相关问题