Searched refs:tflitewrapper_init (Results 1 – 2 of 2) sorted by relevance
34 typedef bool (*tflitewrapper_init)(void *handle, const char *model_path); typedef44 tflitewrapper_init init;
159 reinterpret_cast<tflitewrapper_init>(dlsym(mLibHandle, "ThermalTfliteInit")); in LoadTFLiteWrapper()