aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2015-12-15 14:47:19 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-15 14:47:19 -0800
commitb7f7e89d16005803a9facd629bee4ad8f6e7bbc9 (patch)
tree5fa5d78f8681dd53516ad7b1c3f5cbe55334f989 /tensorflow/examples/label_image
parentcbe937cc9f1e8da5f3f3b4b3b072ef8689839700 (diff)
Add visibility rules to two BUILD files.
Change: 110277312
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/examples/label_image/BUILD b/tensorflow/examples/label_image/BUILD
index a2704deb3a..c8f62f14c5 100644
--- a/tensorflow/examples/label_image/BUILD
+++ b/tensorflow/examples/label_image/BUILD
@@ -1,6 +1,8 @@
# Description:
# Tensorflow C++ inference example for labeling images.
+package(default_visibility = ["//tensorflow:internal"])
+
licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])