thermal: add support of LSTM model sensors
- add tflite model files - add lstm model sensors to thermal config - add lstm model sensor to virtual skin prediction Bug: 308179047 Test: build and validate thermal service Change-Id: Iaff613d75b3766bfbdf40b391e453a94172872a3 Signed-off-by: Jikai Ma <jikai@google.com>
This commit is contained in:
parent
7b34b39057
commit
7a7ba4ae75
7 changed files with 57 additions and 8 deletions
|
@ -27,7 +27,8 @@ PRODUCT_COPY_FILES += \
|
|||
ifneq (,$(filter $(TARGET_DEVICE),komodo caiman tokay))
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_$(TARGET_DEVICE)_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_estimation_model_$(TARGET_DEVICE).tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_estimation_model.tflite
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_estimation_model_$(TARGET_DEVICE).tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_estimation_model.tflite \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/vt_prediction_lstm_model_$(TARGET_DEVICE).tflite:$(TARGET_COPY_OUT_VENDOR)/etc/vt_prediction_lstm_model.tflite
|
||||
ifneq (,$(filter $(TARGET_BUILD_VARIANT), userdebug eng))
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_THERMAL_CONFIG_PATH)/thermal_info_config_$(TARGET_DEVICE)_wingboard.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_wingboard.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue