You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checkout-ed the branch "v2.10.0" for deploying tflite on Android. In order to avoiding cpu-gpu memory copy, I used the function 'TfLiteGpuDelegateBindGlBufferToTensor' but got logs saying as the issue title during project configuration.
BTW,
I had #include "tensorflow/lite/delegates/gpu/cl/gpu_api_delegate.h"
I had compiled "libtensorflowlite.so", "libtensorflowlite_gpu_delegate.so", and all those .h included by my project
Please can you shed me some light?
Thanks~
The text was updated successfully, but these errors were encountered:
This issue originally reported by @picard314 has been moved to this dedicated repository for LiteRT to enhance issue tracking and prioritization. To ensure continuity, we have created this new issue on your behalf.
We appreciate your understanding and look forward to your continued involvement.
Hi @impjdi the amazing porygon~,
I've checkout-ed the branch "v2.10.0" for deploying tflite on Android. In order to avoiding cpu-gpu memory copy, I used the function 'TfLiteGpuDelegateBindGlBufferToTensor' but got logs saying as the issue title during project configuration.
BTW,
I had #include "tensorflow/lite/delegates/gpu/cl/gpu_api_delegate.h"
I had compiled "libtensorflowlite.so", "libtensorflowlite_gpu_delegate.so", and all those .h included by my project
Please can you shed me some light?
Thanks~
The text was updated successfully, but these errors were encountered: