Restore dependency on estimator utils from model.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 12 Apr 2018 19:29:48 +0000 (12:29 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 12 Apr 2018 19:31:48 +0000 (12:31 -0700)
PiperOrigin-RevId: 192651583

tensorflow/contrib/boosted_trees/estimator_batch/BUILD

index 0f65881..8cff1a3 100644 (file)
@@ -28,12 +28,13 @@ py_library(
     srcs = ["model.py"],
     srcs_version = "PY2AND3",
     deps = [
+        ":estimator_utils",
         ":trainer_hooks",
         "//tensorflow/contrib/boosted_trees:gbdt_batch",
         "//tensorflow/contrib/boosted_trees:model_ops_py",
         "//tensorflow/python:framework_ops",
         "//tensorflow/python:state_ops",
-        "//tensorflow/python:training",
+        "//tensorflow/python:training_util",
     ],
 )