Skip to content

TFLite Support 0.4.0

Compare
Choose a tag to compare
@lu-wang-g lu-wang-g released this 10 May 02:39

Major features

  • Added support for on-device image and text search in Task Library. See the documentation of ImageSearcher and TextSearcher.
  • Added Python API for all Task Library Vision / NLP / Audio tasks. See the Run inference in Python section of each task in Task Library’s documentation for more details.
  • Supported building the TensorFlow Lite Support Pypi package on Raspberry Pi and Coral.
  • Added Object-C API for Task Library Vision tasks. Note that the Object-C NLP API already exists. See the Run inference in Swift section of each task in Task Library’s documentation for more details.
  • Added support for CoreML delegate in Task Library C++ API.

Fixes

  • Fixed an offset bug in Java TensorAudio when loading short[] audio buffers.