Radix/third_party/modules/xla/20240919.0-1b18dd6/overlay/tsl.bzl

14 lines
340 B
Python
Raw Normal View History

load("//third_party:repo.bzl", "tf_vendored")
def _tsl_impl(mctx):
tf_vendored(name = "tsl", relpath = "third_party/tsl")
return mctx.extension_metadata(
reproducible = True,
root_module_direct_deps = "all",
root_module_direct_dev_deps = [],
)
tsl = module_extension(
implementation = _tsl_impl,
)