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 d04bbfe commit 72b83edCopy full SHA for 72b83ed
tensorflow_serving/apis/BUILD
@@ -423,6 +423,12 @@ serving_proto_library(
423
],
424
)
425
426
+tf_jspb_proto_library(
427
+ name = "session_service_jspb_proto",
428
+ visibility = ["//research/vision/loco/visualization/interactive_computation:__pkg__"],
429
+ deps = [":session_service_proto"],
430
+)
431
+
432
serving_proto_library_py(
433
name = "session_service_proto_py_pb2",
434
srcs = ["session_service.proto"],
0 commit comments