0

I am trying to write a logic that checks to see whether an Android device is capable of runniing an inference of a given .tflite file.

How can I go about implementing a logic for device-model compatibility in C++?

Onur-Andros Ozbek
  • 2,998
  • 2
  • 29
  • 78

1 Answers1

1

If you compiled your TFLite library (or used gradle dependency) for arm/arm64 then it should work on the device no need for check here. If you're trying to use a specific delegate or different hardware then please explain it so we can help.

Karim Nosseir
  • 540
  • 2
  • 8