Home
last modified time | relevance | path

Searched refs:vi01c1 (Results 1 – 4 of 4) sorted by relevance

/external/XNNPACK/src/f32-conv-hwc/
D3x3s2p1c3x4-scalar-1x1.c209 const float vi01c1 = i0[1]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
211 voc0 += vk01c1x0 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
212 voc1 += vk01c1x1 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
213 voc2 += vk01c1x2 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
214 voc3 += vk01c1x3 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
568 const float vi01c1 = i0[1]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
570 voc0 += vk01c1x0 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
571 voc1 += vk01c1x1 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
572 voc2 += vk01c1x2 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
573 voc3 += vk01c1x3 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p0p1c3x4-scalar-1x1.c209 const float vi01c1 = i0[4]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
211 voc0 += vk01c1x0 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
212 voc1 += vk01c1x1 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
213 voc2 += vk01c1x2 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
214 voc3 += vk01c1x3 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
568 const float vi01c1 = i0[4]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
570 voc0 += vk01c1x0 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
571 voc1 += vk01c1x1 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
572 voc2 += vk01c1x2 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
573 voc3 += vk01c1x3 * vi01c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
/external/XNNPACK/src/f32-conv-hwc2chw/
D3x3s2p1c3x4-scalar-1x1.c222 const float vi01c1 = i0[1]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
224 voc0 += vk01c1x0 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
225 voc1 += vk01c1x1 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
226 voc2 += vk01c1x2 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
227 voc3 += vk01c1x3 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
566 const float vi01c1 = i0[1]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
568 voc0 += vk01c1x0 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
569 voc1 += vk01c1x1 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
570 voc2 += vk01c1x2 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
571 voc3 += vk01c1x3 * vi01c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p1c3x4-sse-1x1.c130 const __m128 vi01c1 = _mm_load1_ps(i0 + 1); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
131 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk01c1x0123, vi01c1)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()
257 const __m128 vi01c1 = _mm_load1_ps(i0 + 1); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
258 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk01c1x0123, vi01c1)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()