From faef77db62dbb5fc6c8809f8a869bfa80babd9c0 Mon Sep 17 00:00:00 2001 From: Matej Aleksandrov Date: Wed, 12 Nov 2025 07:50:15 -0800 Subject: [PATCH] Internal change. PiperOrigin-RevId: 831386584 --- tensorflow_text/BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tensorflow_text/BUILD b/tensorflow_text/BUILD index 8078fd391..3eab14650 100644 --- a/tensorflow_text/BUILD +++ b/tensorflow_text/BUILD @@ -77,6 +77,10 @@ py_library( "python/ops/__init__.py", "tools/__init__.py", ], + # TODO: b/459693180 - Opt in the library for lazy imports as this will yield a significant + # performance gain for some of its users. This is currently not possible as it breaks a number + # of tests in //third_party/tensorflow_text/. + lazy_imports = False, deps = [ ":bert_tokenizer", ":boise_offset_converter",