aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager
diff options
context:
space:
mode:
authorGravatar Alexandre Passos <apassos@google.com>2018-09-21 12:22:53 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-21 12:27:28 -0700
commit7461ff7837bb9c57f0020d8adf46a73596dfb77d (patch)
tree063792abe933709f9e3b8e20da8469fde2adea0d /tensorflow/contrib/eager
parent61a9623ac31fd363aff8537df6c3b6073d721425 (diff)
Fix broken build.
PiperOrigin-RevId: 214025729
Diffstat (limited to 'tensorflow/contrib/eager')
-rw-r--r--tensorflow/contrib/eager/python/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/eager/python/BUILD b/tensorflow/contrib/eager/python/BUILD
index 9c3676629d..33a1d572a2 100644
--- a/tensorflow/contrib/eager/python/BUILD
+++ b/tensorflow/contrib/eager/python/BUILD
@@ -14,6 +14,7 @@ py_library(
":datasets",
":metrics",
":network",
+ ":parameter_server",
":remote",
":saver",
"//tensorflow/python:framework_ops",