Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s16.c79 … const int16_t slope = softmax_params->exp_lut[index + 1] - softmax_params->exp_lut[index]; in arm_softmax_s16() local
101 …const int16_t slope = softmax_params->one_by_one_lut[index + 1] - softmax_params->one_by_one_lut[i… in arm_softmax_s16() local