tensorflow/third_party/xla/workspace4.bzl
Christian Sigg 239c89159c Simplify tf_vendored repo rule.
PiperOrigin-RevId: 814099609
2025-10-02 00:42:00 -07:00

14 lines
469 B
Python

"""TensorFlow workspace initialization. Consult the WORKSPACE on how to use it."""
load("//third_party:repo.bzl", "tf_vendored")
# buildifier: disable=function-docstring
# buildifier: disable=unnamed-macro
def workspace():
# Declares @tsl
tf_vendored(name = "tsl", path = "third_party/tsl")
# Alias so it can be loaded without assigning to a different symbol to prevent
# shadowing previous loads and trigger a buildifier warning.
xla_workspace4 = workspace