aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gan
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-08-09 15:59:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-09 16:03:27 -0700
commit243f6e636c93d63884c574ae9b61d397726189ed (patch)
treedae4b528389bbf1d99647bdbf69fa340d2ef96c9 /tensorflow/contrib/gan
parente1b2dcf381cfea41f1ddd2c674d12f3205391c70 (diff)
Fix estimator dependencies in contrib/.
PiperOrigin-RevId: 208126204
Diffstat (limited to 'tensorflow/contrib/gan')
-rw-r--r--tensorflow/contrib/gan/BUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/tensorflow/contrib/gan/BUILD b/tensorflow/contrib/gan/BUILD
index 053d4e3e97..82e3bbe3c0 100644
--- a/tensorflow/contrib/gan/BUILD
+++ b/tensorflow/contrib/gan/BUILD
@@ -459,8 +459,7 @@ py_library(
":train",
"//tensorflow/python:framework_ops",
"//tensorflow/python:util",
- "//tensorflow/python/estimator:head",
- "//tensorflow/python/estimator:model_fn",
+ "//tensorflow/python/estimator:estimator_py",
],
)
@@ -477,7 +476,7 @@ py_test(
"//tensorflow/python:math_ops",
"//tensorflow/python:training",
"//tensorflow/python:variable_scope",
- "//tensorflow/python/estimator:model_fn",
+ "//tensorflow/python/estimator:estimator_py",
],
)
@@ -497,8 +496,7 @@ py_library(
"//tensorflow/python:metrics",
"//tensorflow/python:util",
"//tensorflow/python:variable_scope",
- "//tensorflow/python/estimator",
- "//tensorflow/python/estimator:model_fn",
+ "//tensorflow/python/estimator:estimator_py",
],
)
@@ -526,8 +524,7 @@ py_test(
"//tensorflow/python:training",
"//tensorflow/python:training_util",
"//tensorflow/python:variable_scope",
- "//tensorflow/python/estimator:model_fn",
- "//tensorflow/python/estimator:numpy_io",
+ "//tensorflow/python/estimator:estimator_py",
"//third_party/py/numpy",
"@absl_py//absl/testing:parameterized",
"@six_archive//:six",