Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/SoftmaxFunctions/
Darm_softmax_s8.c116 int32_t idx = 0; in arm_softmax_s8() local
121 int32x4_t ip = vldrbq_s32(&input[idx * 4]); in arm_softmax_s8()
137 idx++; in arm_softmax_s8()
155 idx = 0; in arm_softmax_s8()
159 int32x4_t ip = vldrbq_s32(&input[idx]); in arm_softmax_s8()
184 vstrbq_s32(&output[idx], tmp_res); in arm_softmax_s8()
186 idx += 4; in arm_softmax_s8()
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c58 int32_t idx = 0; in arm_nn_depthwise_conv_s8_core() local
69 const int32_t offset = idx * 4; in arm_nn_depthwise_conv_s8_core()
112 idx++; in arm_nn_depthwise_conv_s8_core()