Searched refs:row_a2 (Results 1 – 1 of 1) sorted by relevance
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_fast_s16.c | 307 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 315 row_a2 = SXTB16(row_b1); in arm_depthwise_conv_fast_s16() 323 row_c = PKHBT(row_b2, row_a2, 16); in arm_depthwise_conv_fast_s16() 334 row_c = PKHTB(row_a2, row_b2, 16); in arm_depthwise_conv_fast_s16()
|