aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/hvx
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-10-30 07:22:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-30 07:28:55 -0700
commitef4490f637e17f3ce599f55522e63d06f470e540 (patch)
tree84d51477d3fb3f76147f6fb70be99d51745a7bd1 /tensorflow/contrib/hvx
parent2e54fd6de78d84af6b26f537ee25c5a625adce3b (diff)
BUILD cleanup in contrib/...
PiperOrigin-RevId: 173889798
Diffstat (limited to 'tensorflow/contrib/hvx')
-rw-r--r--tensorflow/contrib/hvx/clock_cycle_profiling/BUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/contrib/hvx/clock_cycle_profiling/BUILD b/tensorflow/contrib/hvx/clock_cycle_profiling/BUILD
index 8c92e33bdf..324035100d 100644
--- a/tensorflow/contrib/hvx/clock_cycle_profiling/BUILD
+++ b/tensorflow/contrib/hvx/clock_cycle_profiling/BUILD
@@ -52,13 +52,9 @@ tf_cc_binary(
"//tensorflow/core:android_tensorflow_test_lib",
],
"//conditions:default": [
- "//tensorflow/core:core_cpu",
"//tensorflow/core:lib",
- "//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
- "//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
- "//tensorflow/core:test",
],
}),
)