Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-3.7.0/Source/SoftmaxFunctions/
Darm_softmax_u8.c67 int32_t diff = 0; in arm_softmax_u8() local
Darm_nn_softmax_common_s8.c80 int32_t diff = 0; in arm_nn_softmax_common_s8() local
Darm_softmax_s8.c143 const int32_t diff = input[tail_idx + i] - max; in arm_softmax_s8() local
191 int32_t diff = input[tail_idx + i] - max; in arm_softmax_s8() local
Darm_softmax_s16.c64 int32_t diff = 0; in arm_softmax_s16() local
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c262 const int diff = kernel_y - ker_y_end; in arm_depthwise_conv_s8_opt() local
Darm_depthwise_conv_fast_s16.c273 const int diff = kernel_y - ker_y_end; in arm_depthwise_conv_fast_s16() local
Darm_depthwise_conv_s4_opt.c304 const int diff = kernel_y - ker_y_end; in arm_depthwise_conv_s4_opt() local