aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tools
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/python/tools
parentc1e303ed8fa1bf11aaea16e68b14ba2f5ab5dde0 (diff)
Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.
PiperOrigin-RevId: 214541221
Diffstat (limited to 'tensorflow/python/tools')
-rw-r--r--tensorflow/python/tools/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/tools/BUILD b/tensorflow/python/tools/BUILD
index 1c1a1a54cd..75824d83e6 100644
--- a/tensorflow/python/tools/BUILD
+++ b/tensorflow/python/tools/BUILD
@@ -44,6 +44,7 @@ py_library(
"//tensorflow/python:parsing_ops",
"//tensorflow/python:platform",
"//tensorflow/python:training",
+ "//tensorflow/python/estimator:estimator_py",
"//tensorflow/python/saved_model:loader",
"@six_archive//:six",
],