Skip to content

Instantly share code, notes, and snippets.

@hoitab
Last active March 20, 2019 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoitab/20c9b14e31e74dc3807422e9f62e4013 to your computer and use it in GitHub Desktop.
Save hoitab/20c9b14e31e74dc3807422e9f62e4013 to your computer and use it in GitHub Desktop.
import org.tensorflow.lite.experimental.GpuDelegate
val interpreter = Interpreter(model,
Interpreter.Options().addDelegate(GpuDelegate()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment