Skip to content

Commit 72b83ed

Browse files
Internal Code Change
PiperOrigin-RevId: 549277681
1 parent d04bbfe commit 72b83ed

File tree

1 file changed

+6
-0
lines changed
  • tensorflow_serving/apis

1 file changed

+6
-0
lines changed

tensorflow_serving/apis/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,12 @@ serving_proto_library(
423423
],
424424
)
425425

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+
426432
serving_proto_library_py(
427433
name = "session_service_proto_py_pb2",
428434
srcs = ["session_service.proto"],

0 commit comments

Comments
 (0)