1 is tflite only work for android app?
2 if i want import current tflite function to android frameworks , how to support it?
when i add in the code , it tips “Interpreter”&“NnApiDelegate” doesn’t exsist
import org.tensorflow.lite.Interpreter;
import org.tensorflow.lite.nnapi.NnApiDelegate;