Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3844 float input_to_exp = scale * (val - max_uint8); in PopulateSoftmaxUInt8LookupTable() local
3845 int32_t temp = static_cast<int>(expf(input_to_exp) * max_uint16 + 0.5); in PopulateSoftmaxUInt8LookupTable()