Home
last modified time | relevance | path

Searched refs:one_by_one_lut (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s16.c50 if (softmax_params->exp_lut == NULL || softmax_params->one_by_one_lut == NULL) in arm_softmax_s16()
100 const int16_t base = softmax_params->one_by_one_lut[index]; in arm_softmax_s16()
101 …const int16_t slope = softmax_params->one_by_one_lut[index + 1] - softmax_params->one_by_one_lut[i… in arm_softmax_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_softmax_s16/
Dtest_arm_softmax_s16.c37 .one_by_one_lut = softmax_s16_one_by_one_lut}; in softmax_s16_arm_softmax_s16()
/cmsis-nn-latest/Include/
Darm_nn_types.h187 const int16_t *one_by_one_lut; member