aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brian Williammee <bwill@google.com>2017-06-27 12:11:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-27 12:17:20 -0700
commitcb14bce32e26b7c8cdb4e462b0b1f482988154b2 (patch)
tree6f7c32a3b0464102982d463dbbb069b38c869f84
parent1464b9930de871fd11870941963253670f737c23 (diff)
Update path to print_selective_registration_header.py in comment
PiperOrigin-RevId: 160308173
-rw-r--r--tensorflow/core/framework/selective_registration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/framework/selective_registration.h b/tensorflow/core/framework/selective_registration.h
index af86092ac7..503947969d 100644
--- a/tensorflow/core/framework/selective_registration.h
+++ b/tensorflow/core/framework/selective_registration.h
@@ -31,8 +31,8 @@ limitations under the License.
// functions should be defined as valid constexpr functions, so that they are
// evaluated at compile time: this is needed to make symbols referenced by
// un-registered objects unused, and therefore allow the linker to strip them
-// out. See tools/print_required_ops/print_selective_registration_header.py
-// for a tool that can be used to generate ops_to_register.h.
+// out. See python/tools/print_selective_registration_header.py for a tool
+// that can be used to generate ops_to_register.h.
//
// ops_to_register.h should define macros for:
// // Ops for which this is false will not be registered.