aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-27 10:47:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-27 10:53:41 -0700
commit86ca3506f541c8b46af11fcfa8cc28f4b44848e2 (patch)
tree2162f37a1ce2a8c38a959218abf92c4f42721440 /tensorflow
parent376bb063b78258b25d4f597433903b9559ed6fc3 (diff)
Further BUILD cleanup
PiperOrigin-RevId: 163360750
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/core/profiler/internal/BUILD1
-rw-r--r--tensorflow/examples/multibox_detector/BUILD1
-rw-r--r--tensorflow/examples/tutorials/layers/BUILD1
-rw-r--r--tensorflow/examples/wav_to_spectrogram/BUILD1
4 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/profiler/internal/BUILD b/tensorflow/core/profiler/internal/BUILD
index 129a42deeb..3bbe0603c6 100644
--- a/tensorflow/core/profiler/internal/BUILD
+++ b/tensorflow/core/profiler/internal/BUILD
@@ -94,7 +94,6 @@ cc_library(
":tfprof_utils",
"//tensorflow/c:c_api",
"//tensorflow/c:checkpoint_reader",
- "//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:regexp_internal",
diff --git a/tensorflow/examples/multibox_detector/BUILD b/tensorflow/examples/multibox_detector/BUILD
index 24c7040ac1..e31d8081ac 100644
--- a/tensorflow/examples/multibox_detector/BUILD
+++ b/tensorflow/examples/multibox_detector/BUILD
@@ -25,6 +25,7 @@ cc_binary(
"//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
+ "//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
],
)
diff --git a/tensorflow/examples/tutorials/layers/BUILD b/tensorflow/examples/tutorials/layers/BUILD
index 7621beec48..f8a29c79c6 100644
--- a/tensorflow/examples/tutorials/layers/BUILD
+++ b/tensorflow/examples/tutorials/layers/BUILD
@@ -16,7 +16,6 @@ py_binary(
srcs_version = "PY2AND3",
deps = [
"//tensorflow:tensorflow_py",
- "//tensorflow/contrib/learn",
"//third_party/py/numpy",
],
)
diff --git a/tensorflow/examples/wav_to_spectrogram/BUILD b/tensorflow/examples/wav_to_spectrogram/BUILD
index dc29236b08..fdbda362ae 100644
--- a/tensorflow/examples/wav_to_spectrogram/BUILD
+++ b/tensorflow/examples/wav_to_spectrogram/BUILD
@@ -23,6 +23,7 @@ cc_library(
"//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
+ "//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
],
)