doc-ai / tensorio-ios

Tensor/IO for iOS, with support for on-device inference and training with TensorFlow and TensorFlow Lite
Other
31 stars 10 forks source link

v0.9.7 #182

Closed phildow closed 4 years ago

phildow commented 4 years ago

Breaking Change!

Removed support for devices with hardware earlier than arm64. Consequently, Tensor/IO now requires iOS 12.0+.

This change significantly shrinks the Cocoapod Framework dependency size so that the TensorIOTensorFlow validation workaround is no longer required. Eases integration with React Native.

Fixed how full TensorFlow tests are run, now works with latest version of cocoapods (remove host app setting and shuffle some things around)