Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator.h128 VtEstimatorStatus TFliteGetAllPredictions(std::vector<float> *output);
Dvirtualtemp_estimator.cpp642 VtEstimatorStatus VirtualTempEstimator::TFliteGetAllPredictions(std::vector<float> *output) { in TFliteGetAllPredictions() function in thermal::vtestimator::VirtualTempEstimator
673 return TFliteGetAllPredictions(output); in GetAllPredictions()