Searched refs:we_offset (Results 1 – 1 of 1) sorted by relevance
748 const int we_offset = height < 8 ? 4 : 8; in load_weight_w8() local749 __m128i we = _mm_loadu_si128((const __m128i *)&weight_array[we_offset]); in load_weight_w8()