Home
last modified time | relevance | path

Searched refs:padded_input_height (Results 1 – 25 of 163) sorted by relevance

1234567

/external/XNNPACK/src/f32-dwconv2d-chw/gen/
D3x3s2p1-minmax-scalar-4x1.c66 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1() local
67 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
69 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
72 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
76 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
79 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
83 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
86 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
90 if XNN_UNPREDICTABLE(padded_input_height < 10) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
272 padded_input_height = doz(padded_input_height, 8); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1()
D3x3s2p1-minmax-scalar-3x1.c63 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1() local
64 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1()
66 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1()
69 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1()
73 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1()
76 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1()
80 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1()
226 padded_input_height = doz(padded_input_height, 6); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1()
D3x3s2p1-minmax-scalar-2x1.c60 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1() local
61 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1()
63 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1()
66 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1()
70 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1()
180 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1()
D3x3s2p1-minmax-scalar-2x1-acc2.c60 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1_acc2() local
61 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1_acc2()
63 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1_acc2()
66 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1_acc2()
70 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1_acc2()
184 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1_acc2()
D3x3s2p1-minmax-scalar-1x1-acc2.c56 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc2() local
57 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc2()
59 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc2()
134 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc2()
D3x3s2p1-minmax-scalar-1x1.c56 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1() local
57 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1()
59 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1()
132 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1()
D3x3s2p1-minmax-scalar-1x1-acc3.c56 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc3() local
57 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc3()
59 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc3()
136 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc3()
D3x3s2p1-minmax-scalar-1x1-acc4.c56 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc4() local
57 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc4()
59 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc4()
138 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc4()
D5x5s2p2-minmax-scalar-2x1.c80 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1() local
81 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1()
83 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1()
86 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1()
90 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1()
93 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1()
354 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1()
D5x5s2p2-minmax-scalar-2x1-acc2.c80 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2() local
81 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2()
83 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2()
86 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2()
90 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2()
93 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2()
360 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2()
D5x5s2p2-minmax-scalar-2x1-acc3.c80 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3() local
81 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3()
83 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3()
86 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3()
90 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3()
93 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3()
366 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3()
D5x5s2p2-minmax-scalar-3x1.c83 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1() local
84 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
86 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
89 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
93 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
96 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
100 if XNN_UNPREDICTABLE(padded_input_height < 10) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
103 if XNN_UNPREDICTABLE(padded_input_height < 11) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
456 padded_input_height = doz(padded_input_height, 6); in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1()
D5x5s2p2-minmax-scalar-3x1-acc2.c83 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2() local
84 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
86 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
89 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
93 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
96 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
100 if XNN_UNPREDICTABLE(padded_input_height < 10) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
103 if XNN_UNPREDICTABLE(padded_input_height < 11) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
465 padded_input_height = doz(padded_input_height, 6); in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2()
D3x3s2p1-minmax-neonfma-2x4-acc2.c58 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4_acc2() local
59 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4_acc2()
61 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4_acc2()
64 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4_acc2()
68 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4_acc2()
235 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4_acc2()
D3x3s2p1-minmax-neon-2x4.c58 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4() local
59 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4()
61 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4()
64 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4()
68 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4()
231 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4()
D3x3s2p1-minmax-neonfma-2x4.c58 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4() local
59 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4()
61 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4()
64 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4()
68 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4()
231 padded_input_height = doz(padded_input_height, 4); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4()
D3x3s2p1-minmax-neonfma-3x4.c61 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4() local
62 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4()
64 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4()
67 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4()
71 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4()
74 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4()
78 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4()
290 padded_input_height = doz(padded_input_height, 6); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4()
D3x3s2p1-minmax-neon-3x4.c61 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4() local
62 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4()
64 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4()
67 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4()
71 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4()
74 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4()
78 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4()
290 padded_input_height = doz(padded_input_height, 6); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4()
D3x3s2p1-minmax-neonfma-4x4.c64 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4() local
65 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
67 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
70 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
74 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
77 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
81 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
84 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
88 if XNN_UNPREDICTABLE(padded_input_height < 10) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
349 padded_input_height = doz(padded_input_height, 8); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4()
D3x3s2p1-minmax-neon-4x4.c64 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4() local
65 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
67 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
70 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
74 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
77 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
81 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
84 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
88 if XNN_UNPREDICTABLE(padded_input_height < 10) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
349 padded_input_height = doz(padded_input_height, 8); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4()
D5x5s2p2-minmax-scalar-1x1-acc4.c76 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc4() local
77 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc4()
79 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc4()
82 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc4()
259 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc4()
D5x5s2p2-minmax-scalar-1x1.c76 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1() local
77 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1()
79 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1()
82 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1()
250 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1()
D5x5s2p2-minmax-scalar-1x1-acc2.c76 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc2() local
77 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc2()
79 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc2()
82 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc2()
253 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc2()
D5x5s2p2-minmax-scalar-1x1-acc3.c76 size_t padded_input_height = input_height + (padding_top_less_1 + 1) + 2 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc3() local
77 size_t output_height = (padded_input_height - 5 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc3()
79 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc3()
82 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc3()
256 padded_input_height -= 2; in xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc3()
D3x3s2p1-minmax-wasmsimd-arm-loadsplat-4x4.c77 size_t padded_input_height = input_height + padding_top + 1 /* padding bottom */; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4() local
78 size_t output_height = (padded_input_height - 3 /* kernel size */ + 2 /* subsampling */) / 2; in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
80 if XNN_UNPREDICTABLE(padded_input_height < 4) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
83 if XNN_UNPREDICTABLE(padded_input_height < 5) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
87 if XNN_UNPREDICTABLE(padded_input_height < 6) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
90 if XNN_UNPREDICTABLE(padded_input_height < 7) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
94 if XNN_UNPREDICTABLE(padded_input_height < 8) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
97 if XNN_UNPREDICTABLE(padded_input_height < 9) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
101 if XNN_UNPREDICTABLE(padded_input_height < 10) { in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
402 padded_input_height = doz(padded_input_height, 8); in xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4()

1234567