aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/tutorials
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-21 15:05:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-21 15:10:20 -0700
commit0a379aefe4f76966fe3cca0bb91e1c5406019451 (patch)
tree804cdab0e295bea994d35c0ad7e5981656be1c6f /tensorflow/examples/tutorials
parent12c4775b378fefe1351c454d9516775663559c4f (diff)
Further BUILD cleanup
PiperOrigin-RevId: 159749869
Diffstat (limited to 'tensorflow/examples/tutorials')
-rw-r--r--tensorflow/examples/tutorials/estimators/BUILD1
-rw-r--r--tensorflow/examples/tutorials/layers/BUILD2
-rw-r--r--tensorflow/examples/tutorials/monitors/BUILD1
3 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/examples/tutorials/estimators/BUILD b/tensorflow/examples/tutorials/estimators/BUILD
index 0ff606831c..ecbc1a431d 100644
--- a/tensorflow/examples/tutorials/estimators/BUILD
+++ b/tensorflow/examples/tutorials/estimators/BUILD
@@ -16,6 +16,7 @@ py_binary(
srcs_version = "PY2AND3",
deps = [
"//tensorflow:tensorflow_py",
+ "//tensorflow/contrib/learn",
"//third_party/py/numpy",
],
)
diff --git a/tensorflow/examples/tutorials/layers/BUILD b/tensorflow/examples/tutorials/layers/BUILD
index ba9e1f60e1..7621beec48 100644
--- a/tensorflow/examples/tutorials/layers/BUILD
+++ b/tensorflow/examples/tutorials/layers/BUILD
@@ -16,6 +16,8 @@ py_binary(
srcs_version = "PY2AND3",
deps = [
"//tensorflow:tensorflow_py",
+ "//tensorflow/contrib/learn",
+ "//third_party/py/numpy",
],
)
diff --git a/tensorflow/examples/tutorials/monitors/BUILD b/tensorflow/examples/tutorials/monitors/BUILD
index 6aa0b7ee47..4220e8144d 100644
--- a/tensorflow/examples/tutorials/monitors/BUILD
+++ b/tensorflow/examples/tutorials/monitors/BUILD
@@ -20,7 +20,6 @@ py_binary(
srcs_version = "PY2AND3",
deps = [
"//tensorflow:tensorflow_py",
- "//tensorflow/contrib/learn",
"//third_party/py/numpy",
],
)