Home
last modified time | relevance | path

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

/external/XNNPACK/src/f32-conv-hwc/
D3x3s2p1c3x4-scalar-1x1.c321 const float vi02c1 = i0[4]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
323 voc0 += vk02c1x0 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
324 voc1 += vk02c1x1 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
325 voc2 += vk02c1x2 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
326 voc3 += vk02c1x3 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
352 vi00c1 = vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p0p1c3x4-scalar-1x1.c321 const float vi02c1 = i0[7]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
323 voc0 += vk02c1x0 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
324 voc1 += vk02c1x1 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
325 voc2 += vk02c1x2 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
326 voc3 += vk02c1x3 * vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
352 vi00c1 = vi02c1; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
/external/XNNPACK/src/f32-conv-hwc2chw/
D3x3s2p1c3x4-scalar-1x1.c334 const float vi02c1 = i0[4]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
336 voc0 += vk02c1x0 * vi02c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
337 voc1 += vk02c1x1 * vi02c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
338 voc2 += vk02c1x2 * vi02c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
339 voc3 += vk02c1x3 * vi02c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
365 vi00c1 = vi02c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p1c3x4-sse-1x1.c170 const __m128 vi02c1 = _mm_load1_ps(i0 + 4); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
171 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk02c1x0123, vi02c1)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()
181 vi00c1 = vi02c1; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()