aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/predictor
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-09-25 18:52:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-25 18:56:30 -0700
commitd84159b6694773a558c8eeef63ef79b4034b8fa7 (patch)
tree59695afb2098cbcc39fbb9b9ca667a891435a9bf /tensorflow/contrib/predictor
parentc1e303ed8fa1bf11aaea16e68b14ba2f5ab5dde0 (diff)
Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.
PiperOrigin-RevId: 214541221
Diffstat (limited to 'tensorflow/contrib/predictor')
-rw-r--r--tensorflow/contrib/predictor/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/contrib/predictor/BUILD b/tensorflow/contrib/predictor/BUILD
index 72ea777ca7..d50b52b8ff 100644
--- a/tensorflow/contrib/predictor/BUILD
+++ b/tensorflow/contrib/predictor/BUILD
@@ -27,7 +27,7 @@ py_library(
":contrib_estimator_predictor",
":core_estimator_predictor",
":saved_model_predictor",
- "//tensorflow/python/estimator",
+ "//tensorflow/python/estimator:estimator_py",
],
)
@@ -89,7 +89,6 @@ py_library(
"//tensorflow/python:control_flow_ops",
"//tensorflow/python:framework_ops",
"//tensorflow/python:math_ops",
- "//tensorflow/python/estimator",
"//tensorflow/python/estimator:estimator_py",
"//tensorflow/python/saved_model:signature_constants",
],