Searched refs:max_uint16 (Results 1 – 1 of 1) sorted by relevance
3841 const int32_t max_uint16 = std::numeric_limits<uint16_t>::max(); in PopulateSoftmaxUInt8LookupTable() local3845 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()