Searched refs:one_by_one_lut (Results 1 – 3 of 3) sorted by relevance
50 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()
37 .one_by_one_lut = softmax_s16_one_by_one_lut}; in softmax_s16_arm_softmax_s16()
187 const int16_t *one_by_one_lut; member