JDAI-CV/dabnn

Use ncnn low level api instead of eigen for float convolutions

daquexian opened this issue ยท 1 comments

Eigen is not the optimal choice for deep learning on mobile. It lacks optimization for convolutions (like winograd) and also not focus on mobile devices.

nihui commented

daquexian is awesome !