File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed
tensorflow_serving/model_servers Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ tensorflow_http_archive(
26
26
name = "org_tensorflow" ,
27
27
sha256 = "e7b21fb5b68dc01cd82eadb8484ddfb54a0a291bdcd5fa153c58f01eca52baa7" ,
28
28
git_commit = "5b2454e3de818c7ac24cf7fbb8d82aed83a577ca" ,
29
+ patch = "//third_party/tensorflow:tensorflow.patch" ,
29
30
)
30
31
31
32
# Import all of TensorFlow Serving's external dependencies.
Original file line number Diff line number Diff line change @@ -466,7 +466,6 @@ cc_library(
466
466
"//tensorflow_serving/servables/tensorflow:session_bundle_config_cc_proto" ,
467
467
"@com_github_grpc_grpc//:grpc++" ,
468
468
"@com_google_absl//absl/log" ,
469
- "@com_google_absl//absl/strings:string_view" ,
470
469
"@com_google_protobuf//:cc_wkt_protos" ,
471
470
"@org_tensorflow//tensorflow/core:lib" ,
472
471
],
Original file line number Diff line number Diff line change
1
+ diff --git a/tensorflow/core/grappler/optimizers/inference/BUILD b/tensorflow/core/grappler/optimizers/inference/BUILD
2
+ index e96fd3bbc8e..89bc50f4936 100644
3
+ --- a/tensorflow/core/grappler/optimizers/inference/BUILD
4
+ +++ b/tensorflow/core/grappler/optimizers/inference/BUILD
5
+ @@ -19,7 +19,7 @@ tf_proto_library(
6
+ name = "batch_op_rewriter_proto",
7
+ srcs = ["batch_op_rewriter.proto"],
8
+ cc_api_version = 2,
9
+ - visibility = DEFAULT_VISIBILITY,
10
+ + visibility = ["//visibility:public"],
11
+ )
12
+
13
+ # copybara:uncomment_begin(google-only)
14
+ diff --git a/tensorflow/core/tfrt/graph_executor/BUILD b/tensorflow/core/tfrt/graph_executor/BUILD
15
+ index 7cc355fa1b2..e31a61a3b52 100644
16
+ --- a/tensorflow/core/tfrt/graph_executor/BUILD
17
+ +++ b/tensorflow/core/tfrt/graph_executor/BUILD
18
+ @@ -204,6 +204,7 @@ tf_proto_library(
19
+ name = "test_config_proto",
20
+ testonly = True,
21
+ srcs = ["test_config.proto"],
22
+ + visibility = ["//visibility:public"],
23
+ )
24
+
25
+ tf_cc_test(
26
+
You can’t perform that action at this time.
0 commit comments