Skip to content

Releases: mrousavy/react-native-fast-tflite

Release 0.3.1

25 Aug 16:01
Compare
Choose a tag to compare

0.3.1 (2023-08-25)

Bug Fixes

  • Fix loading model as require (7366b3f)

Release 0.3.0

25 Aug 09:28
Compare
Choose a tag to compare

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

22 Aug 10:27
Compare
Choose a tag to compare

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