Searched refs:weight_ma4 (Results 1 – 1 of 1) sorted by relevance
50 __m128 weight_ma4 = _mm_loadu_ps(weight_kw + 3 * C4NUM); in ConvDwFp32Border() local55 __m128 mul_ma4 = _mm_mul_ps(src_ma4, weight_ma4); in ConvDwFp32Border()