STT-tensorflow/tensorflow/lite/examples/ios/camera
Benjamin Barenblat d24004cf48 Eliminate VLAs
VLAs complicate static analysis and bloat stack size. Replace VLA
allocation with STL containers.

PiperOrigin-RevId: 286101915
Change-Id: I2f6a934824fdbd7c54f4c2618de3f24ce9094205
2019-12-17 18:16:24 -08:00
..
data
tflite_camera_example_with_select_tf_ops.xcodeproj
tflite_camera_example.xcodeproj
.gitignore
CameraExampleAppDelegate.h
CameraExampleAppDelegate.m
CameraExampleViewController.h
CameraExampleViewController.mm Eliminate VLAs 2019-12-17 18:16:24 -08:00
Info.plist
main.mm
MainStoryboard_iPhone.storyboard
Podfile
README.md

Using the iOS Demo App

Please read the TensorFlow Lite iOS Demo App page.

Using the iOS Demo App with support for select TensorFlow ops

TODO(ycling): Link to the select TensorFlow ops documentation when it's done.

Follow the guide to TensorFlow Lite iOS Library with support for select TensorFlow ops, then open tflite_camera_example_with_flex.xcodeproj. Note that this project setting is not using CocoaPod.