ncnn conv5x5s1_neon的非NEON實現解析

函數:  static void conv5x5s1_neon(const Mat& bottom_blob, Mat& top_blob, const Mat& _kernel, const Mat& _bias, const Option& opt)函數 說明:這個卷積實現有三個分支,性能 使用NEON aarch64指令的分支, 使用NEON arm32指令的分支: 不使用NEON指令的分支
相關文章
相關標籤/搜索