We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2be8a3 commit 36aa4a6Copy full SHA for 36aa4a6
tensorflow_serving/apis/BUILD
@@ -194,7 +194,6 @@ serving_proto_library(
194
srcs = ["prediction_service.proto"],
195
has_services = 1,
196
cc_grpc_version = 1,
197
- use_java_stubby_library = False,
198
deps = [
199
":classification_proto",
200
":get_model_metadata_proto",
tensorflow_serving/apis/prediction_service.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
2
3
package tensorflow.serving;
4
option cc_enable_arenas = true;
5
-option use_java_stubby_library = false;
+// internal rpc option
6
7
import "tensorflow_serving/apis/classification.proto";
8
import "tensorflow_serving/apis/get_model_metadata.proto";
0 commit comments