Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s16.c103 const int16_t one_by_one_result = (base + delta); in arm_softmax_s16() local
108 int32_t result = (cached_exp_results[col] * one_by_one_result) >> right_shift; in arm_softmax_s16()