aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/how_tos
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-28 03:33:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-28 03:37:37 -0700
commitd22c05a81a26e930655c9c5b1be3e0c235edfdcc (patch)
tree3632fc5a971f1f7928501555bdfa05dbbfce06f2 /tensorflow/examples/how_tos
parentcc4af2b6184421dff52ec9c5c0a1ad198b732d9f (diff)
BUILD cleanup in tensorflow/examples/...
PiperOrigin-RevId: 160390702
Diffstat (limited to 'tensorflow/examples/how_tos')
-rw-r--r--tensorflow/examples/how_tos/reading_data/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/examples/how_tos/reading_data/BUILD b/tensorflow/examples/how_tos/reading_data/BUILD
index 5f87ed002c..4a43585d53 100644
--- a/tensorflow/examples/how_tos/reading_data/BUILD
+++ b/tensorflow/examples/how_tos/reading_data/BUILD
@@ -14,7 +14,6 @@ py_binary(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn/python/learn/datasets",
- "//tensorflow/examples/tutorials/mnist:input_data",
],
)