aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/multibox_detector
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-21 15:05:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-21 15:10:20 -0700
commit0a379aefe4f76966fe3cca0bb91e1c5406019451 (patch)
tree804cdab0e295bea994d35c0ad7e5981656be1c6f /tensorflow/examples/multibox_detector
parent12c4775b378fefe1351c454d9516775663559c4f (diff)
Further BUILD cleanup
PiperOrigin-RevId: 159749869
Diffstat (limited to 'tensorflow/examples/multibox_detector')
-rw-r--r--tensorflow/examples/multibox_detector/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/examples/multibox_detector/BUILD b/tensorflow/examples/multibox_detector/BUILD
index 5d0c769007..24c7040ac1 100644
--- a/tensorflow/examples/multibox_detector/BUILD
+++ b/tensorflow/examples/multibox_detector/BUILD
@@ -21,7 +21,10 @@ cc_binary(
linkopts = ["-lm"],
deps = [
"//tensorflow/cc:cc_ops",
+ "//tensorflow/core:core_cpu",
+ "//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
+ "//tensorflow/core:lib",
"//tensorflow/core:tensorflow",
],
)