File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ load("@com_github_google_flatbuffers//:build_defs.bzl", _flatbuffer_cc_library =
18
18
load ("@local_config_cuda//cuda:build_defs.bzl" , _cuda_library = "cuda_library" , _if_cuda_is_configured = "if_cuda_is_configured" )
19
19
load ("@local_config_rocm//rocm:build_defs.bzl" , _if_rocm_is_configured = "if_rocm_is_configured" , _rocm_library = "rocm_library" )
20
20
load ("@rules_cc//cc:defs.bzl" , _cc_proto_library = "cc_proto_library" )
21
- load ("@tsl//tsl:tsl.bzl" , _if_windows = "if_windows" , _pybind_extension = "tsl_pybind_extension_opensource" )
22
21
load ("@tsl//tsl/platform:build_config_root.bzl" , _tf_cuda_tests_tags = "tf_cuda_tests_tags" , _tf_exec_properties = "tf_exec_properties" )
22
+ load ("@xla//xla/tsl:tsl.bzl" , _if_windows = "if_windows" , _pybind_extension = "tsl_pybind_extension_opensource" )
23
23
24
24
# Explicitly re-exports names to avoid "unused variable" warnings from .bzl
25
25
# lint tools.
You can’t perform that action at this time.
0 commit comments