Searched refs:lhs_buffer (Results 1 – 3 of 3) sorted by relevance
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s8_opt.c | 98 int8_t *lhs_buffer = (int8_t *)buffer_a; in arm_depthwise_conv_s8_opt() local 123 arm_memset_s8(lhs_buffer, (int8_t)-input_offset, (uint32_t)active_ch); in arm_depthwise_conv_s8_opt() 127 arm_memcpy_s8(lhs_buffer, in arm_depthwise_conv_s8_opt() 131 lhs_buffer += CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt() 139 lhs_buffer = (int8_t *)buffer_a; in arm_depthwise_conv_s8_opt() 141 arm_nn_depthwise_conv_nt_t_s8(lhs_buffer, in arm_depthwise_conv_s8_opt() 161 lhs_buffer = (int8_t *)buffer_a; in arm_depthwise_conv_s8_opt() 172 … const int8_t *col_0 = lhs_buffer + (kernel_size * CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s8_opt()
|
D | arm_depthwise_conv_fast_s16.c | 102 int16_t *lhs_buffer = buffer_a; in arm_depthwise_conv_fast_s16() local 120 memset(lhs_buffer, (int16_t)0, (uint32_t)(input_ch * sizeof(int16_t))); in arm_depthwise_conv_fast_s16() 124 arm_memcpy_q15(lhs_buffer, in arm_depthwise_conv_fast_s16() 128 lhs_buffer += input_ch; in arm_depthwise_conv_fast_s16() 134 lhs_buffer = buffer_a; in arm_depthwise_conv_fast_s16() 136 out = arm_nn_depthwise_conv_nt_t_s16(lhs_buffer, in arm_depthwise_conv_fast_s16() 154 lhs_buffer = buffer_a; in arm_depthwise_conv_fast_s16() 163 const int16_t *col_0 = lhs_buffer + (kernel_size * input_ch * i_buf) + offset; in arm_depthwise_conv_fast_s16()
|
D | arm_depthwise_conv_s4_opt.c | 99 int8_t *lhs_buffer = (int8_t *)buffer_a; in arm_depthwise_conv_s4_opt() local 124 arm_memset_s8(lhs_buffer, (int8_t)-input_offset, (uint32_t)active_ch); in arm_depthwise_conv_s4_opt() 128 arm_memcpy_s8(lhs_buffer, in arm_depthwise_conv_s4_opt() 132 lhs_buffer += S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt() 140 lhs_buffer = (int8_t *)buffer_a; in arm_depthwise_conv_s4_opt() 141 arm_nn_depthwise_conv_nt_t_s4(lhs_buffer, in arm_depthwise_conv_s4_opt() 161 lhs_buffer = (int8_t *)buffer_a; in arm_depthwise_conv_s4_opt() 174 … const int8_t *col_0 = lhs_buffer + (kernel_size * S4_CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s4_opt()
|