aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-04-18 13:46:37 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-18 13:49:32 -0700
commit9fe297ffa8133309fe548df3a0208d0ff9305a66 (patch)
treec4a90e54a423c2b7757fbfd3958933e5f39f7da9 /tensorflow/examples
parent6fa949afca5f1549f87554475d053c608f0da379 (diff)
Internal-only change.
PiperOrigin-RevId: 193409980
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/tutorials/mnist/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/examples/tutorials/mnist/BUILD b/tensorflow/examples/tutorials/mnist/BUILD
index aa1b2ec2db..d7bc6a5a7d 100644
--- a/tensorflow/examples/tutorials/mnist/BUILD
+++ b/tensorflow/examples/tutorials/mnist/BUILD
@@ -51,6 +51,7 @@ py_binary(
"fully_connected_feed.py",
],
srcs_version = "PY2AND3",
+ tags = ["optonly"],
deps = [
":input_data",
":mnist",