aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-05-16 10:39:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-16 10:42:27 -0700
commit1012c691988ad50aeae386b96a45c7791529ceda (patch)
treee4cd58ec3012292696a1208bfcbe2b1714973bd9 /tensorflow/python/BUILD
parentbd9ffaa12ad2de0405c78f356ea34ae0add20517 (diff)
Remove more Estimator dependencies from core TensorFlow.
Cleaning up some imports and deps I left behind that are no longer used. PiperOrigin-RevId: 196850661
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index d804578070..618f68c2ac 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -4512,7 +4512,6 @@ py_library(
":variable_scope",
":variables",
"//tensorflow/python/eager:context",
- "//tensorflow/python/estimator:util",
"//tensorflow/python/keras:engine",
"//third_party/py/numpy",
],
@@ -4549,7 +4548,6 @@ py_library(
":variable_scope",
":variables",
"//tensorflow/python/eager:context",
- "//tensorflow/python/estimator:util",
"//tensorflow/python/keras:layers",
"//third_party/py/numpy",
"@six_archive//:six",