kse-01/tensorflow/third_party/pprof.BUILD

19 lines
470 B
Plaintext
Raw Normal View History

2023-10-09 11:37:31 +00:00
package(
default_visibility = ["//visibility:public"],
)
licenses(["notice"]) # MIT
load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
exports_files(["pprof/LICENSE"])
py_proto_library(
name = "pprof_proto_py",
srcs = ["proto/profile.proto"],
default_runtime = "@com_google_protobuf//:protobuf_python",
protoc = "@com_google_protobuf//:protoc",
srcs_version = "PY2AND3",
deps = ["@com_google_protobuf//:protobuf_python"],
)