Merge "thermal: Support undersampling for vskin-models" into 24D1-dev
This commit is contained in:
commit
f15b631448
1 changed files with 4 additions and 2 deletions
|
@ -233,7 +233,8 @@
|
|||
"Formula": "USE_ML_MODEL",
|
||||
"Combination":["soc_therm", "rffe_therm", "charger_therm", "usb_conn_therm", "modem_therm", "inner_display_therm", "display_therm", "gnss_tcxo_therm", "maxfg_base", "maxfg_secondary", "inner_brightness"],
|
||||
"Multiplier":0.001,
|
||||
"PreviousSampleCount": 3
|
||||
"PreviousSampleCount": 3,
|
||||
"SupportUnderSampling": true
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF",
|
||||
|
@ -876,7 +877,8 @@
|
|||
"Formula": "USE_ML_MODEL",
|
||||
"Combination": ["soc_therm", "rffe_therm", "charger_therm", "usb_conn_therm", "modem_therm", "inner_display_therm", "display_therm", "gnss_tcxo_therm", "maxfg_base", "maxfg_secondary", "inner_brightness"],
|
||||
"Multiplier": 0.001,
|
||||
"PreviousSampleCount": 3
|
||||
"PreviousSampleCount": 3,
|
||||
"SupportUnderSampling": true
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-SPEAKER-MODEL-LEGACY-DIFF",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue