Merge "thermal: Update VSkin-Model" into 24D1-dev

This commit is contained in:
Treehugger Robot 2024-04-26 07:47:12 +00:00 committed by Android (Google) Code Review
commit 3ab2c71536

View file

@ -229,14 +229,11 @@
"Type":"UNKNOWN", "Type":"UNKNOWN",
"Version": "1.0", "Version": "1.0",
"VirtualSensor":true, "VirtualSensor":true,
"Hidden": true,
"ModelPath":"vt_estimation_model.tflite", "ModelPath":"vt_estimation_model.tflite",
"Formula": "USE_ML_MODEL", "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"], "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, "Multiplier":0.001,
"PreviousSampleCount": 3, "PreviousSampleCount": 3
"BackupSensor": "VIRTUAL-SKIN-LEGACY",
"ValidateInput": true
}, },
{ {
"Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF", "Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF",
@ -1136,7 +1133,7 @@
}, },
{ {
"Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"],
"TempRange": [-12000, 12000] "TempRange": [-7000, 7000]
} }
] ]
}, },