Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator.h38 enum VtEstimationType { kUseMLModel = 0, kUseLinearModel = 1, kInvalidEstimationType = 2 }; enumerator
62 if (type == kUseMLModel) { in VtEstimationInitData()
Dvirtualtemp_estimator_test.cpp115 kTestSensorName, thermal::vtestimator::kUseMLModel, input_size); in run_random_input_inference()
116 ::thermal::vtestimator::VtEstimationInitData init_data(thermal::vtestimator::kUseMLModel); in run_random_input_inference()
251 kTestSensorName, thermal::vtestimator::kUseMLModel, num_linked_sensors); in run_single_inference()
252 ::thermal::vtestimator::VtEstimationInitData init_data(thermal::vtestimator::kUseMLModel); in run_single_inference()
319 kTestSensorName, thermal::vtestimator::kUseMLModel, input_combination.size()); in run_batch_process()
320 ::thermal::vtestimator::VtEstimationInitData init_data(thermal::vtestimator::kUseMLModel); in run_batch_process()
Dvirtualtemp_estimator.cpp81 if (type != kUseMLModel) { in DumpTraces()
199 if (estimationType == kUseMLModel) { in VirtualTempEstimator()
536 if (type == kUseMLModel) { in Estimate()
566 if (type == kUseMLModel) { in GetMaxPredictWindowMs()
634 if (type == kUseMLModel) { in PredictAfterTimeMs()
672 if (type == kUseMLModel) { in GetAllPredictions()
713 if (type == kUseMLModel) { in DumpStatus()
724 if (type == kUseMLModel) { in Initialize()
/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp416 ::thermal::vtestimator::VtEstimationInitData init_data(::thermal::vtestimator::kUseMLModel); in ParseVirtualSensorInfo()
428 name, ::thermal::vtestimator::kUseMLModel, linked_sensors.size()); in ParseVirtualSensorInfo()