aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/compiler
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/compiler
parentc1e303ed8fa1bf11aaea16e68b14ba2f5ab5dde0 (diff)
Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.
PiperOrigin-RevId: 214541221
Diffstat (limited to 'tensorflow/contrib/compiler')
-rw-r--r--tensorflow/contrib/compiler/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/compiler/BUILD b/tensorflow/contrib/compiler/BUILD
index f51bfc1b22..f83386b8a4 100644
--- a/tensorflow/contrib/compiler/BUILD
+++ b/tensorflow/contrib/compiler/BUILD
@@ -65,7 +65,7 @@ py_library(
"//tensorflow/python:summary_op_util",
"//tensorflow/python:util",
"//tensorflow/python:variable_scope",
- "//tensorflow/python/estimator:model_fn",
+ "//tensorflow/python/estimator:estimator_py",
],
)