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 5f55e76 commit b2be8a3Copy full SHA for b2be8a3
tensorflow_serving/apis/BUILD
@@ -194,6 +194,7 @@ 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,6 +2,7 @@ syntax = "proto3";
2
3
package tensorflow.serving;
4
option cc_enable_arenas = true;
5
+option use_java_stubby_library = false;
6
7
import "tensorflow_serving/apis/classification.proto";
8
import "tensorflow_serving/apis/get_model_metadata.proto";
0 commit comments