-
Notifications
You must be signed in to change notification settings - Fork 131
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
OpenCL backend tflite gpu delegate #15
Comments
yes, I think it will works although I've never tested it on RK3399. |
I got the built gpu delegate so file "libtensorflowlite_gpu_delegate.so" |
./tensorflow/bazel-bin/tensorflow/lite/libtensorflowlite.so |
thanks |
Did u try to build/use the GPU enabled tflite runtime for Python? |
Unfortunatelly, no. |
you can refer aid learning . it make Python calling gpu in tflite directly |
Hello
How are you?
Thanks for contributing to this project.
I am going to use the OpenCL backend tflite runtime on RK3399 Ubuntu 18.04 aarch64.
I found that u provided a script to build tflite gpu delegate so file for aarch64. (https://github.com/terryky/tflite_gles_app/blob/master/tools/scripts/tf2.4/build_libtflite_r2.4_aarch64.sh)
Do u think that the gpu delegate so file built by your script can use the OpenCL on RK3399 Mali T860?
Thanks
The text was updated successfully, but these errors were encountered: