Skip to content

GPU Support for tensorflow lite #1532

Open
barrypitman wants to merge 28 commits intobytedeco:masterfrom
barrypitman:v1.5.10-GPU
Open

GPU Support for tensorflow lite #1532
barrypitman wants to merge 28 commits intobytedeco:masterfrom
barrypitman:v1.5.10-GPU

Conversation

@barrypitman
Copy link
Contributor

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