Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsoftmax.h188 int16_t* exp_results_Q015 = output_data + i * depth; in SoftmaxInt16() local
190 exp_results_Q015[c] = in SoftmaxInt16()
192 sum_of_exps += exp_results_Q015[c]; in SoftmaxInt16()
218 int32_t result = (static_cast<int64_t>(exp_results_Q015[c]) * in SoftmaxInt16()