aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/input_pipeline
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@google.com>2017-02-25 07:52:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-25 08:12:56 -0800
commit07427d1b51713a085f06c62b203799490591ed80 (patch)
treee63dfc12bbc244be907edf662dd757245c32df53 /tensorflow/contrib/input_pipeline
parent65bdf9d6588ba9b7c3b917d0c556c0c2e6332e45 (diff)
Automated rollback of change 148492669
Change: 148552367
Diffstat (limited to 'tensorflow/contrib/input_pipeline')
-rw-r--r--tensorflow/contrib/input_pipeline/kernels/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/input_pipeline/kernels/BUILD b/tensorflow/contrib/input_pipeline/kernels/BUILD
index e22e16eef2..c47ba37e26 100644
--- a/tensorflow/contrib/input_pipeline/kernels/BUILD
+++ b/tensorflow/contrib/input_pipeline/kernels/BUILD
@@ -11,9 +11,9 @@ cc_library(
name = "input_pipeline_kernels",
srcs = ["input_pipeline_kernels.cc"],
deps = [
+ "//:protobuf_headers",
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
- "@protobuf//:protobuf",
],
alwayslink = 1,
)