We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fc24c commit a2a35deCopy full SHA for a2a35de
1 file changed
xla/tsl/platform/build_config_root.bzl
@@ -25,7 +25,6 @@ load(
25
_tf_cuda_tests_tags = "tf_cuda_tests_tags",
26
_tf_exec_properties = "tf_exec_properties",
27
_tf_gpu_tests_tags = "tf_gpu_tests_tags",
28
- _tf_has_tag = "tf_has_tag",
29
)
30
31
visibility(DEFAULT_LOAD_VISIBILITY + LEGACY_TSL_PLATFORM_BUILD_CONFIG_ROOT_USERS)
@@ -48,4 +47,3 @@ tf_additional_xla_deps_py = _tf_additional_xla_deps_py
48
47
tf_cuda_tests_tags = _tf_cuda_tests_tags
49
tf_exec_properties = _tf_exec_properties
50
tf_gpu_tests_tags = _tf_gpu_tests_tags
51
-tf_has_tag = _tf_has_tag
0 commit comments