We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c7929 commit c89fb04Copy full SHA for c89fb04
tensorflow_text/BUILD
@@ -77,6 +77,10 @@ py_library(
77
"python/ops/__init__.py",
78
"tools/__init__.py",
79
],
80
+ # TODO: b/459693180 - Opt in the library for lazy imports as this will yield a significant
81
+ # performance gain for some of its users. This is currently not possible as it breaks a number
82
+ # of tests in //third_party/tensorflow_text/.
83
+ lazy_imports = False,
84
deps = [
85
":bert_tokenizer",
86
":boise_offset_converter",
0 commit comments