aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-08-15 19:34:13 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-08-16 09:56:16 -0700
commit0f7c3b0a886300c332fa66df58b4d4a5d477a4d9 (patch)
tree1480644be31cbbca7d64e44dba12a018948c330a /tensorflow/core/distributed_runtime/BUILD
parent2c5718c133d36440f3dfd005a5d199db342faab8 (diff)
Update generated Python Op docs.
Change: 130356783
Diffstat (limited to 'tensorflow/core/distributed_runtime/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/distributed_runtime/BUILD b/tensorflow/core/distributed_runtime/BUILD
index 244ba8bb7e..601a4f34b4 100644
--- a/tensorflow/core/distributed_runtime/BUILD
+++ b/tensorflow/core/distributed_runtime/BUILD
@@ -58,6 +58,7 @@ cc_library(
],
deps = [
":call_options",
+ "//tensorflow/core:core_cpu_internal",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:worker_proto_cc",
@@ -91,6 +92,7 @@ cc_test(
linkstatic = 1,
deps = [
":worker_interface",
+ "//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:tensor_testutil",