aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2017-08-07 06:44:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-07 06:48:32 -0700
commit9b6295d7b31e5a9f33492c9a5fc59a4521aa5626 (patch)
tree0e6f818ff78b7e7b6de8c44d83088c9a0213653c /tensorflow/examples/label_image
parent5678602a7bc2f38ebab8df1339e8eac31ede562a (diff)
BUILD dependency cleanups.
Rename RecvTensorAsync method to GrpcRecvTensorAsync to fix shadowing of method in Worker with a different signature. PiperOrigin-RevId: 164454701
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/examples/label_image/BUILD b/tensorflow/examples/label_image/BUILD
index b086a4215d..927b1257ec 100644
--- a/tensorflow/examples/label_image/BUILD
+++ b/tensorflow/examples/label_image/BUILD
@@ -1,7 +1,9 @@
# Description:
# TensorFlow C++ inference example for labeling images.
-package(default_visibility = ["//tensorflow:internal"])
+package(
+ default_visibility = ["//tensorflow:internal"],
+)
licenses(["notice"]) # Apache 2.0