aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-15 20:08:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-15 20:12:13 -0700
commit442dd54df79a72e9213023ab4baee7b788576556 (patch)
tree8c77fe1e11257050e85c0368dced113d49e3c6ee /tensorflow/cc/BUILD
parent56b36d88fce295c151458f42a120fcdcac7a3ca2 (diff)
Further BUILD cleanup
PiperOrigin-RevId: 159188501
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index b86731b118..a884f11d48 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -61,7 +61,6 @@ cc_library(
":gradients",
":ops",
":scope",
- "//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
@@ -274,10 +273,6 @@ cc_library(
deps = [
":cc_ops",
":grad_op_registry",
- ":ops",
- ":scope",
- "//tensorflow/core:core_cpu",
- "//tensorflow/core:framework",
],
)
@@ -305,10 +300,6 @@ cc_library(
":cc_ops",
":cc_ops_internal",
":grad_op_registry",
- ":ops",
- ":scope",
- "//tensorflow/core:core_cpu",
- "//tensorflow/core:framework",
],
)
@@ -514,7 +505,6 @@ cc_library(
deps = [
":coordinator",
"//tensorflow/core:core_cpu",
- "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",
@@ -547,8 +537,6 @@ cc_library(
srcs = ["training/coordinator.cc"],
hdrs = ["training/coordinator.h"],
deps = [
- "//tensorflow/core:core_cpu",
- "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",