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