|
|
|
@@ -27,10 +27,10 @@ static void conv3x3s1_pack1to4_bf16s_neon(const Mat& bottom_blob, Mat& top_blob, |
|
|
|
|
|
|
|
const float* bias = _bias; |
|
|
|
|
|
|
|
int nn_outch = 0; |
|
|
|
int remain_outch_start = 0; |
|
|
|
|
|
|
|
#if __ARM_NEON && __aarch64__ |
|
|
|
int nn_outch = 0; |
|
|
|
nn_outch = outch >> 1; |
|
|
|
remain_outch_start = nn_outch << 1; |
|
|
|
|
|
|
|
@@ -1970,10 +1970,10 @@ static void conv3x3s2_pack1to4_bf16s_neon(const Mat& bottom_blob, Mat& top_blob, |
|
|
|
|
|
|
|
const float* bias = _bias; |
|
|
|
|
|
|
|
int nn_outch = 0; |
|
|
|
int remain_outch_start = 0; |
|
|
|
|
|
|
|
#if __ARM_NEON && __aarch64__ |
|
|
|
int nn_outch = 0; |
|
|
|
nn_outch = outch >> 1; |
|
|
|
remain_outch_start = nn_outch << 1; |
|
|
|
|
|
|
|
|