Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlog_softmax.h90 int32_t output_in_q27 = in LogSoftmax() local
96 output_in_q27 = in LogSoftmax()
97 std::max(std::min(output_in_q27, static_cast<int32_t>(kMaxInt8)), in LogSoftmax()
100 static_cast<int8_t>(output_in_q27); in LogSoftmax()