Searched refs:prediction_weights (Results 1 – 4 of 4) sorted by relevance
151 std::vector<float> prediction_weights; member
258 const std::vector<float> &prediction_weights = in updatePowerBudget() local259 sensor_info.predictor_info->prediction_weights; in updatePowerBudget()262 compensation += prediction_weights[i] * prediction_err; in updatePowerBudget()
559 std::vector<float> prediction_weights; in ParsePredictorInfo() local570 prediction_weights.reserve(predictor["PredictionWeight"].size()); in ParsePredictorInfo()576 prediction_weights.emplace_back(weight); in ParsePredictorInfo()587 prediction_weights, k_p_compensate}); in ParsePredictorInfo()
294 name_status_pair.second.predictor_info->prediction_weights.size(); in ThermalHelperImpl()