aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/speech_commands/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/speech_commands/BUILD')
-rw-r--r--tensorflow/examples/speech_commands/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/examples/speech_commands/BUILD b/tensorflow/examples/speech_commands/BUILD
index 13bca34a86..7a44e2ee4f 100644
--- a/tensorflow/examples/speech_commands/BUILD
+++ b/tensorflow/examples/speech_commands/BUILD
@@ -56,6 +56,7 @@ tf_py_test(
srcs = ["input_data_test.py"],
additional_deps = [
":input_data",
+ ":models",
"//tensorflow/python:client_testlib",
],
)