Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_fast_s16.c307 int32_t row_a1, row_a2, row_b1, row_b2, col_a, row_c, col_b, col_c; in arm_depthwise_conv_fast_s16() local
313 col_b = arm_nn_read_s16x2(col_pos + input_ch); in arm_depthwise_conv_fast_s16()
321 col_c = PKHBT(col_b, col_a, 16); in arm_depthwise_conv_fast_s16()
322 col_a = PKHTB(col_b, col_a, 16); in arm_depthwise_conv_fast_s16()
330 col_b = arm_nn_read_s16x2(col_pos + input_ch + 2); in arm_depthwise_conv_fast_s16()
332 col_c = PKHBT(col_b, col_a, 16); in arm_depthwise_conv_fast_s16()
333 col_a = PKHTB(col_b, col_a, 16); in arm_depthwise_conv_fast_s16()