Home
last modified time | relevance | path

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

/external/XNNPACK/src/f32-conv-hwc/
D3x3s2p1c3x4-scalar-1x1.c345 const float vi22c1 = i2[4]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
347 voc0 += vk22c1x0 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
348 voc1 += vk22c1x1 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
349 voc2 += vk22c1x2 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
350 voc3 += vk22c1x3 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
354 vi20c1 = vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p0p1c3x4-scalar-1x1.c345 const float vi22c1 = i2[7]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
347 voc0 += vk22c1x0 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
348 voc1 += vk22c1x1 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
349 voc2 += vk22c1x2 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
350 voc3 += vk22c1x3 * vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
354 vi20c1 = vi22c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
/external/XNNPACK/src/f32-conv-hwc2chw/
D3x3s2p1c3x4-scalar-1x1.c358 const float vi22c1 = i2[4]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
360 voc0 += vk22c1x0 * vi22c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
361 voc1 += vk22c1x1 * vi22c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
362 voc2 += vk22c1x2 * vi22c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
363 voc3 += vk22c1x3 * vi22c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
367 vi20c1 = vi22c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p1c3x4-sse-1x1.c178 const __m128 vi22c1 = _mm_load1_ps(i2 + 4); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
179 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk22c1x0123, vi22c1)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()
183 vi20c1 = vi22c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()