tf-lite-unity-sample
tf-lite-unity-sample copied to clipboard
Support GPU delegate on Windows and Linux
Is your feature request related to a problem? Please describe. Currently, GPU delegate is only supported on macOS, iOS(MetalDelegate) and Andoird(GPUDelegate). Running examples on CPU is much slower than GPU. Would be nice if we could support GPU delegate on Windows and Linux.
Describe the solution you'd like
- [x] Try building GpuDelegate for Linux
- [ ] Try building GpuDelegate for Windows
- [ ] Integrate with Unity
GpuDelegate on Linux is experimentally supported in #228
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.