Home
last modified time | relevance | path

Searched refs:tflitewrapper_init (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_data.h34 typedef bool (*tflitewrapper_init)(void *handle, const char *model_path); typedef
44 tflitewrapper_init init;
Dvirtualtemp_estimator.cpp159 reinterpret_cast<tflitewrapper_init>(dlsym(mLibHandle, "ThermalTfliteInit")); in LoadTFLiteWrapper()