Home
last modified time | relevance | path

Searched refs:QuantizeSoftmaxOutput (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() function
3747 inline int32_t QuantizeSoftmaxOutput<uint8_t>(float prob_rescaled,
3794 QuantizeSoftmaxOutput<Out>(prob_rescaled, params.zero_point); in Softmax()