Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c218 uint16_t row_shift; in arm_depthwise_conv_s8_opt() local
269 row_shift = 0; in arm_depthwise_conv_s8_opt()
289 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt()
290 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt()
291 row_shift += 4; in arm_depthwise_conv_s8_opt()
377 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt()
378 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt()
385 row_shift += 1; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c226 uint16_t row_shift; in arm_depthwise_conv_fast_s16() local
280 row_shift = 0; in arm_depthwise_conv_fast_s16()
299 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_fast_s16()
300 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_fast_s16()
301 row_shift += 4; in arm_depthwise_conv_fast_s16()
398 int16_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_fast_s16()
399 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_fast_s16()
402 row_shift += 1; in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_s4_opt.c259 uint16_t row_shift = 0; in arm_depthwise_conv_s4_opt() local
311 row_shift = 0; in arm_depthwise_conv_s4_opt()
337 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s4_opt()
339 row_shift += 2; in arm_depthwise_conv_s4_opt()
467 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s4_opt()
515 row_shift += 1; in arm_depthwise_conv_s4_opt()
537 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s4_opt()
539 row_shift += 2; in arm_depthwise_conv_s4_opt()
641 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s4_opt()