Home
last modified time | relevance | path

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

/external/XNNPACK/src/f32-conv-hwc/
D3x3s2p1c3x4-scalar-1x1.c373 const float vi12c2 = i1[5]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
375 voc0 += vk12c2x0 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
376 voc1 += vk12c2x1 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
377 voc2 += vk12c2x2 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
378 voc3 += vk12c2x3 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
393 vi10c2 = vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p0p1c3x4-scalar-1x1.c373 const float vi12c2 = i1[8]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
375 voc0 += vk12c2x0 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
376 voc1 += vk12c2x1 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
377 voc2 += vk12c2x2 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
378 voc3 += vk12c2x3 * vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
393 vi10c2 = vi12c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
/external/XNNPACK/src/f32-conv-hwc2chw/
D3x3s2p1c3x4-scalar-1x1.c386 const float vi12c2 = i1[5]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
388 voc0 += vk12c2x0 * vi12c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
389 voc1 += vk12c2x1 * vi12c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
390 voc2 += vk12c2x2 * vi12c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
391 voc3 += vk12c2x3 * vi12c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
406 vi10c2 = vi12c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p1c3x4-sse-1x1.c190 const __m128 vi12c2 = _mm_load1_ps(i1 + 5); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
191 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk12c2x0123, vi12c2)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()
198 vi10c2 = vi12c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()