aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/distribute/BUILD')
-rw-r--r--tensorflow/contrib/distribute/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/contrib/distribute/BUILD b/tensorflow/contrib/distribute/BUILD
index 74b2cd90a1..a87a5624c8 100644
--- a/tensorflow/contrib/distribute/BUILD
+++ b/tensorflow/contrib/distribute/BUILD
@@ -25,12 +25,17 @@ py_library(
srcs = ["__init__.py"],
visibility = ["//tensorflow:internal"],
deps = [
+ "//tensorflow/contrib/distribute/python:collective_all_reduce_strategy",
"//tensorflow/contrib/distribute/python:cross_tower_ops",
"//tensorflow/contrib/distribute/python:mirrored_strategy",
"//tensorflow/contrib/distribute/python:monitor",
"//tensorflow/contrib/distribute/python:one_device_strategy",
+ "//tensorflow/contrib/distribute/python:parameter_server_strategy",
"//tensorflow/contrib/distribute/python:step_fn",
+ "//tensorflow/contrib/distribute/python:tpu_strategy",
"//tensorflow/python:training",
"//tensorflow/python:util",
+ "//tensorflow/python/distribute:distribute_config",
+ "//tensorflow/python/distribute:distribute_coordinator",
],
)