Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc653 const uint8* scores_quant = GetTensorData<uint8>(input_class_predictions); in DequantizeClassPredictions() local
655 scores->data.f[idx] = dequantize(scores_quant[idx]); in DequantizeClassPredictions()