aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/image
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-31 15:12:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-31 15:16:24 -0700
commit842f3b2c6a1305075529590244e25d4b28eda029 (patch)
treeae00e632f4532bc348c2a9210f99e5e48f5a0d8b /tensorflow/contrib/image
parent19680e68f33bd5918594a931855e751cc053ad8f (diff)
Remove unused BUILD dependencies
PiperOrigin-RevId: 167198355
Diffstat (limited to 'tensorflow/contrib/image')
-rwxr-xr-xtensorflow/contrib/image/BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/tensorflow/contrib/image/BUILD b/tensorflow/contrib/image/BUILD
index e631c243c3..a27bec4801 100755
--- a/tensorflow/contrib/image/BUILD
+++ b/tensorflow/contrib/image/BUILD
@@ -121,12 +121,9 @@ tf_gen_op_wrapper_py(
cc_library(
name = "image_ops_cc",
- srcs = [
- "ops/image_ops.cc",
- ],
+ srcs = ["ops/image_ops.cc"],
deps = [
":image_ops_kernels",
- "//tensorflow/core",
"//tensorflow/core:framework",
],
alwayslink = 1,