aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/verbs
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-20 11:50:31 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-20 11:54:05 -0700
commit74cf446fe49073a04335ce45e14dbdc88f471a3a (patch)
tree58a39431744e414468b9b7a2ddb04b2a99cb8396 /tensorflow/contrib/verbs
parent3b3a582e3e80accc8ee77b85f79f8d9ad1e4cdb0 (diff)
Selected BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 159591663
Diffstat (limited to 'tensorflow/contrib/verbs')
-rw-r--r--tensorflow/contrib/verbs/BUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/tensorflow/contrib/verbs/BUILD b/tensorflow/contrib/verbs/BUILD
index e747fa4c9e..5f062cde89 100644
--- a/tensorflow/contrib/verbs/BUILD
+++ b/tensorflow/contrib/verbs/BUILD
@@ -66,9 +66,8 @@ cc_library(
":grpc_verbs_service_impl",
":rdma_mgr",
":verbs_service_proto_cc",
- "//tensorflow/core:lib",
+ "//tensorflow/core:lib_internal",
"//tensorflow/core/distributed_runtime:session_mgr",
- "//tensorflow/core/distributed_runtime:worker_env",
"//tensorflow/core/distributed_runtime/rpc:async_service_interface",
"//tensorflow/core/distributed_runtime/rpc:grpc_call",
"//tensorflow/core/distributed_runtime/rpc:grpc_util",
@@ -107,8 +106,8 @@ cc_library(
hdrs = ["rdma_rendezvous_mgr.h"],
deps = [
":rdma_mgr",
+ ":verbs_util",
"//tensorflow/core:core_cpu_internal",
- "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core/distributed_runtime:base_rendezvous_mgr",
"//tensorflow/core/distributed_runtime:worker_env",
@@ -122,10 +121,11 @@ cc_library(
deps = [
":grpc_verbs_client",
":rdma",
+ ":verbs_service_proto_cc",
"//tensorflow/core:core_cpu_internal",
- "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
+ "//tensorflow/core/distributed_runtime:session_mgr",
"//tensorflow/core/distributed_runtime:worker_env",
"//tensorflow/core/distributed_runtime/rpc:grpc_channel",
"//tensorflow/core/distributed_runtime/rpc:grpc_worker_cache",
@@ -144,6 +144,7 @@ cc_library(
":verbs_util",
"//tensorflow/core:core_cpu_internal",
"//tensorflow/core:framework",
+ "//tensorflow/core:framework_internal",
"//tensorflow/core:gpu_runtime",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
@@ -162,6 +163,8 @@ cc_library(
":grpc_verbs_service",
":rdma_mgr",
":rdma_rendezvous_mgr",
+ "//tensorflow/core:lib",
+ "//tensorflow/core/distributed_runtime:server_lib",
"//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
],
alwayslink = 1,