aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager
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/eager
parente1b2dcf381cfea41f1ddd2c674d12f3205391c70 (diff)
Fix estimator dependencies in contrib/.
PiperOrigin-RevId: 208126204
Diffstat (limited to 'tensorflow/contrib/eager')
-rw-r--r--tensorflow/contrib/eager/python/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/eager/python/BUILD b/tensorflow/contrib/eager/python/BUILD
index 0cc764d220..48b6f4acb2 100644
--- a/tensorflow/contrib/eager/python/BUILD
+++ b/tensorflow/contrib/eager/python/BUILD
@@ -199,7 +199,7 @@ py_library(
"//tensorflow/python:training",
"//tensorflow/python:variable_scope",
"//tensorflow/python/eager:context",
- "//tensorflow/python/estimator:util",
+ "//tensorflow/python/estimator:estimator_py",
],
)