File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
tensorflow_transform/saved Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 2222from tensorflow_transform .saved import constants
2323from tensorflow_transform .saved import saved_model_loader
2424# pylint: disable=g-direct-tensorflow-import
25- from tensorflow .core .config import flags
2625from tensorflow .core .protobuf import struct_pb2
2726from tensorflow .python .framework import ops
2827from tensorflow .python .saved_model import nested_structure_coder
3332_MANGLED_TENSOR_NAME_RE = re .compile (
3433 r'(.*)\$(indices|values|dense_shape|dense_tensor)$' )
3534
36- # TODO(b/263893668) Enable fingerprinting or use a public API to disable it once
37- # the reason of why it breaks our tests is investigated and the API is added.
38- flags .config ().saved_model_fingerprinting .reset (False )
39-
4035
4136def _update_legacy_signature (signature ):
4237 """Update a legacy name-mangled signature in-place.
You can’t perform that action at this time.
0 commit comments