Lines Matching refs:vt_estimator
113 if (sensor_info.virtual_sensor_info->vt_estimator) { in dumpTraces()
114 sensor_info.virtual_sensor_info->vt_estimator->DumpTraces(); in dumpTraces()
284 predictor_sensor_info.virtual_sensor_info->vt_estimator == nullptr) { in ThermalHelperImpl()
297 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetAllPredictions( in ThermalHelperImpl()
1012 sensor_info.virtual_sensor_info->vt_estimator == nullptr) { in runVirtualTempEstimator()
1037 sensor_info.virtual_sensor_info->vt_estimator->Estimate(model_inputs, &model_outputs); in runVirtualTempEstimator()
1079 sensor_info.virtual_sensor_info->vt_estimator == nullptr) { in dumpVtEstimatorStatus()
1083 sensor_info.virtual_sensor_info->vt_estimator->DumpStatus(sensor_name, dump_buf); in dumpVtEstimatorStatus()
1101 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetMaxPredictWindowMs( in getPredictionMaxWindowMs()
1129 predictor_sensor_info.virtual_sensor_info->vt_estimator->PredictAfterTimeMs( in readPredictionAfterTimeMs()
1172 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetAllPredictions(predictions); in readTemperaturePredictions()