aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-05 14:16:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-05 14:20:46 -0700
commitdfd8e7110e805d83554da4dd8d37a0e72da8a3b6 (patch)
treeb3d7b3d807eb1f6b8361bef094dac5632f15ad15 /tensorflow/examples/label_image
parent6f898c6b2cbbc257d0966ee313a3670e88919463 (diff)
BUILD cleanup
PiperOrigin-RevId: 164369858
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/examples/label_image/BUILD b/tensorflow/examples/label_image/BUILD
index ddbcf68df8..b086a4215d 100644
--- a/tensorflow/examples/label_image/BUILD
+++ b/tensorflow/examples/label_image/BUILD
@@ -37,7 +37,11 @@ cc_binary(
],
"//conditions:default": [
"//tensorflow/cc:cc_ops",
+ "//tensorflow/core:core_cpu",
+ "//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
+ "//tensorflow/core:lib",
+ "//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
],
}),