Home
last modified time | relevance | path

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

/external/XNNPACK/src/f32-conv-hwc/
D3x3s2p1c3x4-scalar-1x1.c361 const float vi02c2 = i0[5]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
363 voc0 += vk02c2x0 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
364 voc1 += vk02c2x1 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
365 voc2 += vk02c2x2 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
366 voc3 += vk02c2x3 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
392 vi00c2 = vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p0p1c3x4-scalar-1x1.c361 const float vi02c2 = i0[8]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
363 voc0 += vk02c2x0 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
364 voc1 += vk02c2x1 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
365 voc2 += vk02c2x2 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
366 voc3 += vk02c2x3 * vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
392 vi00c2 = vi02c2; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
/external/XNNPACK/src/f32-conv-hwc2chw/
D3x3s2p1c3x4-scalar-1x1.c374 const float vi02c2 = i0[5]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
376 voc0 += vk02c2x0 * vi02c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
377 voc1 += vk02c2x1 * vi02c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
378 voc2 += vk02c2x2 * vi02c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
379 voc3 += vk02c2x3 * vi02c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
405 vi00c2 = vi02c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p1c3x4-sse-1x1.c186 const __m128 vi02c2 = _mm_load1_ps(i0 + 5); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
187 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk02c2x0123, vi02c2)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()
197 vi00c2 = vi02c2; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()