aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 15:51:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 15:51:36 -0700
commit84af5e7061f82240828f72c7b484a1a66b8c4f7f (patch)
tree3ed798322507383ab02c0521d552cdc7b97b940e /tensorflow/examples
parent306dc604991c7f5fa45622a8c8236f59039d2c6a (diff)
parent26718e714f933672ff881f06583d10f4b794c116 (diff)
Merge pull request #21521 from Androbin:select
PiperOrigin-RevId: 208281031
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/ios/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/tensorflow/examples/ios/README.md b/tensorflow/examples/ios/README.md
index 5d7bd36837..64412d25a0 100644
--- a/tensorflow/examples/ios/README.md
+++ b/tensorflow/examples/ios/README.md
@@ -190,8 +190,5 @@ 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](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile#optimization)
+of the makefile instructions.