Open gaikwadrahul8 opened 5 days ago
This issue originally reported by @wonyoungmin 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.
System information
Android Device information (use
adb shell getprop ro.build.fingerprint
if possible): samsung/d2que/d2q:12/SP1A.210812.016/N975U1UES7HVF4:user/release-keysTensorFlow Lite in Play Services SDK version (found in
build.gradle
): target sdk 34 com.google.android.gms:play-services-tflite-java:16.2.0-beta02Google Play Services version (
Settings
>Apps
>Google Play Services
>App details
): 24.26.32Standalone code to reproduce the issue Provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to or attach code demonstrating the problem.
I found that if I use com.google.android.gms:play-services-tflite , "libtensorflowlite_jni_gms_client.so" is included in the apk. 16kb align was not applied in version 16.1.0, but In version 16.2.0-beta02, 16kb align were applied to 64bit
However, the beta version is not safe to use. So I would like to know the official release schedule for 16.2.0.
Thank you.
Any other info / logs Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.