aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/wav_to_spectrogram
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/examples/wav_to_spectrogram
parent376bb063b78258b25d4f597433903b9559ed6fc3 (diff)
Further BUILD cleanup
PiperOrigin-RevId: 163360750
Diffstat (limited to 'tensorflow/examples/wav_to_spectrogram')
-rw-r--r--tensorflow/examples/wav_to_spectrogram/BUILD1
1 files changed, 1 insertions, 0 deletions
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",
],
)