The working .tflite model in android is not working on iOS app
Its giving NULL for out
uint8_t* out = interpreter->typed_tensor<uint8_t>(input);
May I know what are all the possibilities that out = NULL
And may I know whats input cause for the example provided on tensorflow-lite the input = 88 and I'm getting input = 27
int input = interpreter->inputs()[0];