Searched defs:prob_rescaled (Results 1 – 1 of 1) sorted by relevance
3739 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