From 8f59d607d7b069797d5b5e740a2ccd006312bdc2 Mon Sep 17 00:00:00 2001 From: Robin Richtsfeld Date: Thu, 9 Aug 2018 19:32:33 +0200 Subject: [Docs] Update iOS selective registration docs --- tensorflow/examples/ios/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tensorflow/examples') 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. -- cgit v1.2.3 From 26718e714f933672ff881f06583d10f4b794c116 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Thu, 9 Aug 2018 13:26:47 -0700 Subject: Use a direct link to the optimization header. --- tensorflow/examples/ios/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tensorflow/examples') diff --git a/tensorflow/examples/ios/README.md b/tensorflow/examples/ios/README.md index fd8f623472..64412d25a0 100644 --- a/tensorflow/examples/ios/README.md +++ b/tensorflow/examples/ios/README.md @@ -190,6 +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. -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. +For further optimization, please refer to the ["Optimization" section](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/makefile#optimization) +of the makefile instructions. -- cgit v1.2.3