Skip to content

Commit

Permalink
Merge pull request #5 from doc-ai/tensorio-update
Browse files Browse the repository at this point in the history
Tensorio update
  • Loading branch information
phildow authored Apr 9, 2019
2 parents cc528a9 + 023af91 commit f1ff11e
Show file tree
Hide file tree
Showing 68 changed files with 608 additions and 421 deletions.
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target 'TensorIOExample' do
use_frameworks!

pod 'TensorIO'
pod 'TensorIO/TFLite'

target 'TensorIOExampleTests' do
inherit! :search_paths
Expand Down
11 changes: 8 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
PODS:
- TensorFlowLite (1.13.1)
- TensorIO (0.4.2):
- TensorIO (0.5.0):
- TensorIO/Core (= 0.5.0)
- TensorIO/Core (0.5.0)
- TensorIO/TFLite (0.5.0):
- TensorFlowLite
- TensorIO/Core

DEPENDENCIES:
- TensorIO
- TensorIO/TFLite

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -13,8 +18,8 @@ SPEC REPOS:

SPEC CHECKSUMS:
TensorFlowLite: 8b9dc4eb32eac0f8cb660c66bca7604da56dcc5a
TensorIO: e2c0287831a5cb4cb12a0b3f7536fe332a6c9598
TensorIO: d0f8036476a2a1555e3c903f7011e2bc98bc0975

PODFILE CHECKSUM: 1e1b8fd4d2e850e9e2295986d6742b3904d54e38
PODFILE CHECKSUM: f4a2f965e203ef7e3c14c0eb6a2cdd0cb4afc100

COCOAPODS: 1.6.0
11 changes: 8 additions & 3 deletions ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

592 changes: 310 additions & 282 deletions ios/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ios/Pods/Target Support Files/TensorIO/TensorIO-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions ios/Pods/Target Support Files/TensorIO/TensorIO-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ios/Pods/Target Support Files/TensorIO/TensorIO.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 12 additions & 9 deletions ios/Pods/TensorIO/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 64 additions & 0 deletions ios/Pods/TensorIO/TensorIO/Classes/Core/TIOData/TIOData.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions ios/Pods/TensorIO/TensorIO/Classes/Core/TIOData/TIOPixelBuffer.mm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f1ff11e

Please sign in to comment.