react-native-fast-tflite
react-native-fast-tflite copied to clipboard
🔥 High-performance TensorFlow Lite library for React Native with GPU acceleration
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from `2686c02` to `945fdad`. Commits 945fdad Increasing minimum tiling for contracting dimension in Gemms with an 8-bit op... bbfeef6 Merge pull request #66082 from Intel-tensorflow:amin/fp32-quantizev2 c014864 Update ops-related...
Showing Recent Errors Only Building for 'iOS-simulator', but linking in object file (/Users/vemarav/Developer/example/node_modules/react-native-fast-tflite/ios/TensorFlowLiteC.framework/TensorFlowLiteC) built for 'iOS'
## Issue When building the app in release mode the app crashes on start but works on debug build. ### Findings I am able to build the app in release...
## steps 1. go to `example/android/app/build.gradle` 2. go to line 56 and change `enableProguardInReleaseBuilds` to `true` ## crash ``` 2024-03-19 17:19:48.426 23925-23950 unknown:Vi...rtyUpdater com.tfliteexample W Could not find generated setter...
On iOS, we currently build TensorFlowLiteC from source. This builds a fat iOS binary: https://github.com/mrousavy/react-native-fast-tflite/blob/5b8d61270e777dd5b66bbe06004e5109bac8f874/scripts/build-tensorflow-ios.sh#L16-L17 ..for some reason users have reported that this does not work when running the app...
- Excluded `arm64` simulators from the pod - Updating docs to run app on iOS simulators Since the current stable version of TensorFlow Lite doesn't support `arm64` simulators, building the...
The guide mentioned setting up GPU delegation for IOS, but how can I do it in Android?
Today, we build TensorFlowLiteC from source to use it in iOS: https://github.com/mrousavy/react-native-fast-tflite/blob/5b8d61270e777dd5b66bbe06004e5109bac8f874/scripts/build-tensorflow-ios.sh#L13-L27 The source code is added to this repo as a git submodule (`tensorflow/`), and when shipping the library...
Uses the native TensorFlowLiteC library from source, (here: `tensorflow/` git submodule) to avoid using different versions for Android and iOS. ``` ERROR: /private/var/tmp/_bazel_mrousavy/10ea0aaf7e74747e617bc9430c3edeaf/external/ruy/ruy/BUILD:423:11: Compiling ruy/denormal.cc failed: undeclared inclusion(s) in rule...