Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU Support for tensorflow lite #1532

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

barrypitman
Copy link

This PR includes some changes to enable building tensorflow-lite with -DTFLITE_ENABLE_GPU=ON for linux x64-64.

There are still some outstanding issues though:

  • for linux-x86_64 (-gpu), its building the jar file, but then failing during staging / deploy based on the tensorflow-lite/platform/gpu/pom.xml that I provided.
  • for android it's failing because of TfLiteGpuDelegateV2CreateAsync
  • for windows I think that the target functions aren't available since tflite doesn't support GPU on Windows, but I'm not sure how to conditionally exclude them

…v1.5.10-GPU

# Conflicts:
#	tensorflow-lite/src/main/java/org/bytedeco/tensorflowlite/presets/tensorflowlite.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants