Skip to content

Commit b1c94ed

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Automated rollback of commit aac1b85
PiperOrigin-RevId: 508496799
1 parent d69e02f commit b1c94ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tensorflow_transform/saved/saved_transform_io.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from tensorflow_transform.saved import constants
2323
from tensorflow_transform.saved import saved_model_loader
2424
# pylint: disable=g-direct-tensorflow-import
25-
from tensorflow.core.config import flags
2625
from tensorflow.core.protobuf import struct_pb2
2726
from tensorflow.python.framework import ops
2827
from tensorflow.python.saved_model import nested_structure_coder
@@ -33,10 +32,6 @@
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

4136
def _update_legacy_signature(signature):
4237
"""Update a legacy name-mangled signature in-place.

0 commit comments

Comments
 (0)