Skip to content

Commit 90cb856

Browse files
Add PyClif proto library for XPlane.
PiperOrigin-RevId: 843529599
1 parent 62db3b3 commit 90cb856

File tree

1 file changed

+11
-0
lines changed
  • tsl/profiler/protobuf

1 file changed

+11
-0
lines changed

tsl/profiler/protobuf/BUILD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# copybara:uncomment(oss-unused) load("//devtools/clif/python:clif_build_rule.bzl", "pyclif_proto_library")
12
# copybara:uncomment(oss-unused) load("//net/grpc/go/build_defs:go_grpc_library.bzl", "go_grpc_library")
23
# Placeholder: load py_proto_library
34
load("@xla//xla/tsl:tsl.bzl", "internal_visibility")
@@ -19,6 +20,16 @@ tf_proto_library(
1920
visibility = internal_visibility([":friends"]),
2021
)
2122

23+
# copybara:uncomment_begin(google-only)
24+
# pyclif_proto_library(
25+
# name = "xplane_pyclif",
26+
# proto_lib = ":xplane_proto",
27+
# visibility = [
28+
# "//visibility:public",
29+
# ],
30+
# )
31+
# copybara:uncomment_end
32+
2233
tf_proto_library(
2334
name = "profiler_options_proto",
2435
srcs = ["profiler_options.proto"],

0 commit comments

Comments
 (0)