Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlogistic.h30 static constexpr int32_t kOutputIntegerBits = 8; in Logistic() local
52 RoundingDivideByPOT(output_in_q0, 31 - kOutputIntegerBits); in Logistic()
Dlog_softmax.h39 static constexpr int kOutputIntegerBits = 4; in LogSoftmax() local
93 31 - kInputIntegerBits - kOutputIntegerBits) + in LogSoftmax()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h953 static constexpr int kOutputIntegerBits = 4; in LogSoftmax() local
1013 31 - kScaledDiffIntegerBits - kOutputIntegerBits) + in LogSoftmax()