Skip to content

Instantly share code, notes, and snippets.

@hsmnzaydn
Created April 19, 2018 11:19
Show Gist options
  • Save hsmnzaydn/d933cdd1adffc31a606859b91ee3227f to your computer and use it in GitHub Desktop.
Save hsmnzaydn/d933cdd1adffc31a606859b91ee3227f to your computer and use it in GitHub Desktop.
float[][] out = new float[][]{{0}};
tflite.run(inp, out);
Log.d("Sonuç", String.valueOf(Math.round(out[0][0])));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment