aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-30 09:36:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-30 09:40:03 -0700
commit21461213dd545ec0e598a74544e2a087492551e7 (patch)
tree714b83f0fe6bfbc8a94a023d3b62015e1a426a1b /tensorflow/cc/BUILD
parent4788ca2be18eaee103e28d21f73cd9a47e9c3797 (diff)
Remove unused BUILD dependencies
PiperOrigin-RevId: 157473460
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index 8d4260a0b9..71f375d048 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -57,7 +57,6 @@ cc_library(
deps = [
":cc_ops",
":client_session",
- ":grad_op_registry",
":gradients",
":ops",
":scope",
@@ -512,7 +511,6 @@ cc_library(
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:protos_all_cc",
- "//tensorflow/core:tensorflow",
"//tensorflow/core/kernels:ops_util",
],
)