You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.