Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3841 const int32_t max_uint16 = std::numeric_limits<uint16_t>::max(); in PopulateSoftmaxUInt8LookupTable() local
3845 int32_t temp = static_cast<int>(expf(input_to_exp) * max_uint16 + 0.5); in PopulateSoftmaxUInt8LookupTable()
3846 temp = std::min(max_uint16, temp); in PopulateSoftmaxUInt8LookupTable()