Skip to content

TFLite Support 0.2.0

Compare
Choose a tag to compare
@xunkai55 xunkai55 released this 19 May 06:26
· 1 commit to r0.2.0 since this release

Release changes

  • Java / Android artifacts are now pushed to Maven Central and Sonatype OSSRH Snapshot
  • Python artifacts now support Python 3.9

Major Features

Task Library

  • Add a new task: Audio classification in a new prebuilt artifact (maven: org.tensorflow:tensorflow-lite-task-audio)
  • Support YUV image and Android media.Image as inputs in vision Tasks
  • Support configuring max_seq_length in BertNLClassifier

Support Library

  • Support YUV, grayscale and Android media.Image in TensorImage
  • Add Audio data supports: TensorAudio and AudioBuffer

Metadata

  • Add Metadata Writers for common tasks in the pip package

Fixes

Task

  • Fix a JNI local ref overflow issue on lower version Android devices
  • Fix a memory leak issue in NL Classification

Metadata

  • Prevent using Flatbuffers 2.0 which is not compatible with TFLite Support

Codegen

  • Fix a class name generation error