Skip to content

Commit 39ba623

Browse files
Add python clif target for prediction_log.proto.
PiperOrigin-RevId: 627576238
1 parent 208fead commit 39ba623

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
@@ -189,6 +189,12 @@ serving_proto_library_py(
189189
],
190190
)
191191

192+
tf_pyclif_proto_library(
193+
name = "prediction_log_pyclif",
194+
proto_lib = ":prediction_log_proto",
195+
proto_srcfile = "prediction_log.proto",
196+
)
197+
192198
serving_proto_library(
193199
name = "prediction_service_proto",
194200
srcs = ["prediction_service.proto"],

0 commit comments

Comments
 (0)