Tensorflow compiled library for iOS (both iPhone and Simulator).
- download from Dropbox a folder lib.
- folder contains 2 files
- lib/iphone/libtensorflow-core.a for architectures
armv7
armv7s
andarm64
- lib/simulator/libtensorflow-core.a for
i386
andx86_64
- include those 2 folders from 2nd step to your project's
Library Search Paths
- How to set up the rest of your iOS project is described in the tensorflow original repo