Home
last modified time | relevance | path

Searched defs:prob_rescaled (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3739 inline int32_t QuantizeSoftmaxOutput(float prob_rescaled, int32_t zero_point) { in QuantizeSoftmaxOutput()
3792 const float prob_rescaled = table_offset[input_data[j]] * inv_sum_exp; in Softmax() local