Searched refs:input_to_exp (Results 1 – 1 of 1) sorted by relevance
3844 float input_to_exp = scale * (val - max_uint8); in PopulateSoftmaxUInt8LookupTable() local3845 int32_t temp = static_cast<int>(expf(input_to_exp) * max_uint16 + 0.5); in PopulateSoftmaxUInt8LookupTable()