Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 663 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 663 Bytes

ios-tensorflow-lib

Tensorflow compiled library for iOS (both iPhone and Simulator).

how to use this repo

  1. download from Dropbox a folder lib.
  2. folder contains 2 files
  • lib/iphone/libtensorflow-core.a for architectures armv7 armv7s and arm64
  • lib/simulator/libtensorflow-core.a for i386 and x86_64
  1. include those 2 folders from 2nd step to your project's Library Search Paths
  2. How to set up the rest of your iOS project is described in the tensorflow original repo