aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/tensor_forest/BUILD')
-rw-r--r--tensorflow/contrib/tensor_forest/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/tensor_forest/BUILD b/tensorflow/contrib/tensor_forest/BUILD
index e38a21b2ed..fc2fe6a941 100644
--- a/tensorflow/contrib/tensor_forest/BUILD
+++ b/tensorflow/contrib/tensor_forest/BUILD
@@ -51,9 +51,9 @@ cc_library(
srcs = [":custom_op_sources"],
hdrs = [":custom_op_headers"],
deps = [
- "//:protobuf_headers",
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
+ "@protobuf//:protobuf_headers",
],
alwayslink = 1,
)
@@ -191,9 +191,9 @@ cc_library(
"kernels/tree_utils.h",
],
deps = [
- "//:protobuf_headers",
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
+ "@protobuf//:protobuf_headers",
],
)