aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-18 03:44:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-18 03:49:22 -0700
commit0a9ce966098fd2e1039daefd2960a9135a567cf9 (patch)
tree90f30126526adf2f4d732a7adf7376d890749394 /tensorflow/contrib/keras
parent5acc81f15d5713eafa0da0ee33c6179ff8cb67d0 (diff)
Improve BUILD correctness tensorflow/contrib/keras
PiperOrigin-RevId: 162334011
Diffstat (limited to 'tensorflow/contrib/keras')
-rw-r--r--tensorflow/contrib/keras/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/keras/BUILD b/tensorflow/contrib/keras/BUILD
index a0ffd027a5..78e86542e7 100644
--- a/tensorflow/contrib/keras/BUILD
+++ b/tensorflow/contrib/keras/BUILD
@@ -218,6 +218,7 @@ py_test(
deps = [
":keras",
"//tensorflow/python:client_testlib",
+ "//tensorflow/python:training",
"//third_party/py/numpy",
],
)
@@ -523,6 +524,7 @@ py_test(
deps = [
":keras",
"//tensorflow/python:client_testlib",
+ "//third_party/py/numpy",
],
)
@@ -545,6 +547,7 @@ py_test(
deps = [
":keras",
"//tensorflow/python:client_testlib",
+ "//third_party/py/numpy",
],
)