Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/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_s8_opt.c173 const int8_t *row_0 = kernel + offset; in arm_depthwise_conv_s8_opt() local
178 const int32x4_t ker_0 = vldrbq_s32(row_0); in arm_depthwise_conv_s8_opt()
185 row_0 += input_ch; in arm_depthwise_conv_s8_opt()