Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsoftmax.h113 int num_bits_over_unit; in Softmax() local
115 sum_of_exps.raw(), kAccumulationIntegerBits, &num_bits_over_unit)); in Softmax()
130 num_bits_over_unit + 31 - (sizeof(OutputT) * 8)); in Softmax()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h624 int* num_bits_over_unit) { in GetReciprocal() argument
629 *num_bits_over_unit = x_integer_digits - headroom_plus_one; in GetReciprocal()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h4128 int num_bits_over_unit = 0; in Softmax() local
4130 sum_of_exps.raw(), kAccumulationIntegerBits, &num_bits_over_unit)); in Softmax()
4158 num_bits_over_unit + 31 - 8); in Softmax()
4161 num_bits_over_unit + 31 - 8); in Softmax()
4180 (shifted_scale * exp_in_0).raw(), num_bits_over_unit + 31 - 8); in Softmax()