Searched refs:tflitewrapper_create (Results 1 – 2 of 2) sorted by relevance
33 typedef void *(*tflitewrapper_create)(int num_input_tensors, int num_output_tensors); typedef43 tflitewrapper_create create;
153 reinterpret_cast<tflitewrapper_create>(dlsym(mLibHandle, "ThermalTfliteCreate")); in LoadTFLiteWrapper()