Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c70 const int8_t *row_0 = row + offset; in arm_nn_depthwise_conv_s8_core() local
74 int32x4_t ker_0 = vldrbq_s32(row_0); in arm_nn_depthwise_conv_s8_core()
78 const int8_t *row_1 = row_0 + num_ch; in arm_nn_depthwise_conv_s8_core()
79 const int8_t *row_2 = row_0 + 2 * num_ch; in arm_nn_depthwise_conv_s8_core()
106 row_0 += 3 * num_ch; in arm_nn_depthwise_conv_s8_core()
108 ker_0 = vldrbq_s32(row_0); in arm_nn_depthwise_conv_s8_core()
129 row_0 += num_ch; in arm_nn_depthwise_conv_s8_core()
130 ker_0 = vldrbq_s32(row_0); in arm_nn_depthwise_conv_s8_core()
Darm_depthwise_conv_s4_opt.c175 const int8_t *row_0 = kernel + (offset >> 1); in arm_depthwise_conv_s4_opt() local
190 ker_0 = vldrbq_gather_offset_s32(row_0, gather_offset); in arm_depthwise_conv_s4_opt()
198 int8_t temp[] = {row_0[0] >> 4, in arm_depthwise_conv_s4_opt()
199 (int8_t)(row_0[1] << 4) >> 4, in arm_depthwise_conv_s4_opt()
200 row_0[1] >> 4, in arm_depthwise_conv_s4_opt()
201 (int8_t)(row_0[2] << 4) >> 4}; in arm_depthwise_conv_s4_opt()
211 row_0 += (input_ch >> 1) + get_low_nibble; in arm_depthwise_conv_s4_opt()
218 int32x4_t ker_0 = vldrbq_gather_offset_s32(row_0, gather_offset); in arm_depthwise_conv_s4_opt()
229 row_0 += input_ch >> 1; in arm_depthwise_conv_s4_opt()
Darm_depthwise_conv_s8_opt.c173 const int8_t *row_0 = kernel + offset; in arm_depthwise_conv_s8_opt() local
182 const int32x4_t ker_0 = vldrbq_s32(row_0); in arm_depthwise_conv_s8_opt()
188 row_0 += input_ch; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c162 const int8_t *row_0 = kernel + offset; in arm_depthwise_conv_fast_s16() local
169 const int32x4_t ker_0 = vldrbq_s32(row_0); in arm_depthwise_conv_fast_s16()
175 row_0 += input_ch; in arm_depthwise_conv_fast_s16()