[go: nahoru, domu]

Skip to content

Commit

Permalink
Removing stale TODO since at this point saved_model_loader is a very …
Browse files Browse the repository at this point in the history
…thin wrapper around TF functionality

PiperOrigin-RevId: 391316033
  • Loading branch information
zoyahav authored and tf-transform-team committed Aug 17, 2021
1 parent 0069981 commit 103ae13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tensorflow_transform/saved/saved_model_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
from tensorflow.python.saved_model import loader_impl # pylint: disable=g-direct-tensorflow-import


# This file is forked and refactored from saved_model/loader_impl.py
# TODO(b/123242568): refactor, moving most of this back into saved_model.


def parse_saved_model(saved_model_dir):
return loader_impl.parse_saved_model(saved_model_dir)

Expand Down

0 comments on commit 103ae13

Please sign in to comment.