Commit 3759bb9d authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 432292375
parent 7ee43c74
...@@ -20,8 +20,10 @@ from absl import logging ...@@ -20,8 +20,10 @@ from absl import logging
import tensorflow as tf import tensorflow as tf
try: try:
# pytype: disable=import-error
import tensorflow_text as text import tensorflow_text as text
from tensorflow_text.python.ops import bert_tokenizer from tensorflow_text.python.ops import bert_tokenizer
# pytype: enable=import-error
except ImportError: except ImportError:
text = None text = None
bert_tokenizer = None bert_tokenizer = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment