Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SoftmaxFunctions/
Darm_softmax_q7.c94 int output_base = (1 << 20) / sum; in arm_softmax_q7() local
101 p_out[i] = (q7_t)__SSAT((output_base >> shift), 8); in arm_softmax_q7()
Darm_softmax_q15.c95 int output_base = (int32_t)(div_base / sum); in arm_softmax_q15() local
107 p_out[i] = (q15_t)__SSAT((output_base >> shift), 16); in arm_softmax_q15()