tensorflow/third_party/xla/BUILD.bazel
Jake Harmon 132c98b29c Vendor XLA/TSL into TensorFlow as Bazel dependencies
This marks an important step towards delivering OpenXLA, Google’s OSS-based unified ML software infrastructure.

PiperOrigin-RevId: 563177047
2023-09-06 12:12:29 -07:00

15 lines
311 B
Python

load("@rules_license//rules:license.bzl", "license")
package(
default_applicable_licenses = [":license"],
default_visibility = ["//visibility:public"],
)
licenses(["notice"])
license(
name = "license",
package_name = "xla",
license_kinds = ["@rules_license//licenses/spdx:Apache-2.0"],
)