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指令的分支
相关文章
相关标签/搜索