Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h151 std::vector<float> prediction_weights; member
Dthermal_throttling.cpp258 const std::vector<float> &prediction_weights = in updatePowerBudget() local
259 sensor_info.predictor_info->prediction_weights; in updatePowerBudget()
262 compensation += prediction_weights[i] * prediction_err; in updatePowerBudget()
Dthermal_info.cpp559 std::vector<float> prediction_weights; in ParsePredictorInfo() local
570 prediction_weights.reserve(predictor["PredictionWeight"].size()); in ParsePredictorInfo()
576 prediction_weights.emplace_back(weight); in ParsePredictorInfo()
587 prediction_weights, k_p_compensate}); in ParsePredictorInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp294 name_status_pair.second.predictor_info->prediction_weights.size(); in ThermalHelperImpl()