summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-04 19:01:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-04 19:01:17 +0000
commit65499a880a04b5611121eff52eeeba8030f4f050 (patch)
tree52c5fc56964329bcad7c07b1d9cde5a9dc090b4e
parentdd30c324a6a3938d1e0ef7a58de7201a66a0a6fa (diff)
parent28b1f4f01e2d5aff0fc3a40d45e50f3147620cb8 (diff)
downloadpixel-65499a880a04b5611121eff52eeeba8030f4f050.tar.gz
Merge "thermal: initialize tflitewrapper" into main
-rw-r--r--thermal/virtualtemp_estimator/virtualtemp_estimator_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thermal/virtualtemp_estimator/virtualtemp_estimator_data.h b/thermal/virtualtemp_estimator/virtualtemp_estimator_data.h
index 075d66ff..935c753b 100644
--- a/thermal/virtualtemp_estimator/virtualtemp_estimator_data.h
+++ b/thermal/virtualtemp_estimator/virtualtemp_estimator_data.h
@@ -46,6 +46,7 @@ struct VirtualTempEstimatorTFLiteData {
input_buffer = new float[num_input_samples];
input_buffer_size = num_input_samples;
is_initialized = false;
+ tflite_wrapper = nullptr;
tflite_methods.create = nullptr;
tflite_methods.init = nullptr;