Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_data.h33 typedef void *(*tflitewrapper_create)(int num_input_tensors, int num_output_tensors); typedef
43 tflitewrapper_create create;
Dvirtualtemp_estimator.cpp153 reinterpret_cast<tflitewrapper_create>(dlsym(mLibHandle, "ThermalTfliteCreate")); in LoadTFLiteWrapper()