aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-07-13 08:25:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-13 09:33:03 -0700
commitc87a7ca3113c95aaf52de7a094773feb2dba2fa1 (patch)
tree698e7b4d50e961b1782df6682e9a4b33ddb6e03f /tensorflow/examples/label_image
parent4f6e9efb40b1fca70a4fdf547401eafcffda47fa (diff)
s/Tensorflow/TensorFlow. A losing battle :)
Change: 127324936
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/BUILD2
-rw-r--r--tensorflow/examples/label_image/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/examples/label_image/BUILD b/tensorflow/examples/label_image/BUILD
index facc61ae13..021372fa7b 100644
--- a/tensorflow/examples/label_image/BUILD
+++ b/tensorflow/examples/label_image/BUILD
@@ -1,5 +1,5 @@
# Description:
-# Tensorflow C++ inference example for labeling images.
+# TensorFlow C++ inference example for labeling images.
package(default_visibility = ["//tensorflow:internal"])
diff --git a/tensorflow/examples/label_image/README.md b/tensorflow/examples/label_image/README.md
index 1f40e8bef0..e427ff7845 100644
--- a/tensorflow/examples/label_image/README.md
+++ b/tensorflow/examples/label_image/README.md
@@ -1,4 +1,4 @@
-# Tensorflow C++ Image Recognition Demo
+# TensorFlow C++ Image Recognition Demo
This example shows how you can load a pre-trained TensorFlow network and use it
to recognize objects in images.