Releases: mrousavy/react-native-fast-tflite
Releases · mrousavy/react-native-fast-tflite
Release 0.3.1
0.3.1 (2023-08-25)
Bug Fixes
- Fix loading model as require (7366b3f)
Release 0.3.0
0.3.0 (2023-08-25)
Bug Fixes
- Fix CoreML delegate naming (23d7900)
- Fix wrong byte length for non Uint8Arrays (43ad4d5)
Features
- Support loading
.tflite
models from URLs (http://..
or file://..
) (b237839)
- Upgrade to latest TensorFlow Lite library (new GPU ops) (b3242c0)
Release 0.2.0
0.2.0 (2023-08-22)
Bug Fixes
- ⚠️ Stub out Android implementation (TODO: Get it to build, then revert this) (4578795)
- Fix Java init (8fe5387)
- Fix Promise Threading (ccb8690)
- Link libtensorflowlite_jni.so (e5c66e5)
Features