Skip to content

Releases: doc-ai/tensorio-tensorflow-ios

Noop summary ops and support for react native

10 Mar 01:14
Compare
Choose a tag to compare
  • Adds some ops for canned TF 2 Estimators
  • Noops summary kernels so that the summary ops can be included in the graph but have no implementation on device
  • Uses a custom namespace for double_convert to avoid conflicts with double_convert dependency in React Native

Custom namespacing the double_convert dependency isn't efficient but I couldn't work around dependency and I believe versioning issues with React Native and this was the simplest solution for a small amount of code.

Support for boosted tree inference

10 Feb 16:19
8fca7d2
Compare
Choose a tag to compare

Whitelisted ops needed for inference with boosted trees

Merge upstream 2.0.3 changes

08 Dec 21:28
a9705de
Compare
Choose a tag to compare
Merge pull request #24 from doc-ai/r2.0-2.0.3-upstream

merge upstream 2.0.3 changes, build, test, bump version

Vend x86_64 and arm64 builds only

03 Dec 23:41
Compare
Choose a tag to compare

Drops support for armv7 and armv7s architectures from tensorflow build. See README Installation for additional changes you may need to make to your project settings.

If you require armv7 or armv7s support use the 1.15 release line of this pod.

Lib storage reorg and Xcode 12.2 build fix

01 Dec 18:55
Compare
Choose a tag to compare

No changes to build but moved some files around and so need to tag an update to reflect the new source location. Fixed a build issue with Xcode 12.2. Produces a slightly larger version of the build with latest version of Xcode build tools.

Lib storage reorg and Xcode 12.2 build fix

01 Dec 18:03
Compare
Choose a tag to compare

No changes to build but moved some files around and so need to tag an update to reflect the new source location and fixed a build issue with Xcode 12.2

Lib storage reorg and Xcode 12.2 build fix

01 Dec 17:53
Compare
Choose a tag to compare

No changes to build but moved some files around and so need to tag an update to reflect the new source location and fixed build issue with Xcode 12.2

Fix critical on-device crash

04 Aug 03:40
Compare
Choose a tag to compare

Fix an on-device crash related to a cpu timer utility. This is a critical crash that could prevent any model from being loaded on device.

Fix critical on-device crash

04 Aug 03:35
fa69482
Compare
Choose a tag to compare

Fix an on-device crash related to a cpu timer utility. This is a critical crash that could prevent any model from being loaded on device.

Remove xcconfig options

12 Jun 19:06
24cef42
Compare
Choose a tag to compare

Remove xcconfig options from podspec but no changes to underlying build.

The options effectively do nothing and must be the responsibility of the consumer. Readme includes instructions for adding them but they are also included automatically as part of Tensor/IO, which is the only active interface to this dependency right now.