yjy_tflite_flutter 0.8.0 copy "yjy_tflite_flutter: ^0.8.0" to clipboard
yjy_tflite_flutter: ^0.8.0 copied to clipboard

TensorFlow Lite Flutter plugin provides easy, flexible and fast Dart API to integrate TFLite models in flutter apps.

0.8.0 (Apr 21, 2021) #

  • Null-safety major bug fix in tensor.dart
  • Expose byte-object interconversion APIs

0.7.0 (Apr 21, 2021) #

  • Stable null-safety support

0.6.0 (Feb 26, 2021) #

  • Update to Dart 2.12 and package:ffi 1.0.0.

0.5.0 (Jul 17, 2020) #

  • Expose interpreter's address
  • Create interpreter by address.

0.4.2 (Jul 6, 2020) #

  • Optimize getTensors and getTensor by Index
  • Update readme

0.4.1 (Jun 23, 2020) #

  • Bug fix, output values copy to bytebuffer

0.4.0 (Jun 18, 2020) #

  • run supports UintList8 and ByteBuffer objects
  • Bug fix, resize input tensor
  • Improved efficiency

0.3.0 #

  • New features
    • multi-dimensional reshape with type
  • Bug fixes
    • extension flatten on List fixed.
    • error on passing not dynamic type list to interpreter output fixed

0.2.0 #

  • Direct conversion support for more TfLiteTypes
  • int16, float16, int8, int64
  • Pre-built tf 2.2.0 stable binaries

0.1.3 #

  • update usage instructions

0.1.2 #

  • fixed analysis issues to improve score

0.1.1 #

  • fixed warnings
  • longer package description

0.1.0 #

  • TfLite dart API
2
likes
70
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

TensorFlow Lite Flutter plugin provides easy, flexible and fast Dart API to integrate TFLite models in flutter apps.

Documentation

API reference

License

unknown (license)

Dependencies

ffi, flutter, path, quiver

More

Packages that depend on yjy_tflite_flutter

Packages that implement yjy_tflite_flutter