aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar Robin Richtsfeld <robin.richtsfeld@gmail.com>2018-08-09 19:32:33 +0200
committerGravatar Robin Richtsfeld <robin.richtsfeld@gmail.com>2018-08-09 19:32:33 +0200
commit8f59d607d7b069797d5b5e740a2ccd006312bdc2 (patch)
tree2efd134faba0cedb5143dba30be9b8109b4b9430 /tensorflow/examples
parentb065a6cfd1fbdc77cff13c2b3b83fe018df8966f (diff)
[Docs] Update iOS selective registration docs
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/ios/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/tensorflow/examples/ios/README.md b/tensorflow/examples/ios/README.md
index 5d7bd36837..fd8f623472 100644
--- a/tensorflow/examples/ios/README.md
+++ b/tensorflow/examples/ios/README.md
@@ -190,8 +190,6 @@ increase you see in your own app is similar, and if it's larger, look at the
"Other Linker Flags" used in the Simple Xcode project settings to strip the
executable.
-After that, you can manually look at modifying the list of kernels
-included in tensorflow/contrib/makefile/tf_op_files.txt to reduce the number of
-implementations to the ones you're actually using in your own model. We're
-hoping to automate this step in the future, but for now manually removing them
-is the best approach.
+For further optimization, please refer to the "Optimization" section at
+[tensorflow/contrib/makefile](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile)
+from earlier.