[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove the deprecated method saved_transform_io.partially_apply_saved…
Browse files Browse the repository at this point in the history
…_transform

PiperOrigin-RevId: 371307409
  • Loading branch information
zoyahav authored and tf-transform-team committed Apr 30, 2021
1 parent 135cdde commit ecdce09
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tensorflow_transform/saved/saved_transform_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,17 +370,6 @@ def lookup_tensor_or_sparse_or_composite_tensor(tensor_info):
return unbound_inputs, outputs


def partially_apply_saved_transform(saved_model_dir, logical_input_map,
tensor_replacement_map=None):
"""Deprecated alias for partially_apply_saved_transform_internal."""
tf.compat.v1.logging.warn(
'partially_apply_saved_transform is deprecated. Use the '
'transform_raw_features method of the TFTrandformOutput class instead.')
return partially_apply_saved_transform_internal(saved_model_dir,
logical_input_map,
tensor_replacement_map)


def partially_apply_saved_transform_internal(saved_model_dir,
logical_input_map,
tensor_replacement_map=None):
Expand Down

0 comments on commit ecdce09

Please sign in to comment.