You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All uses of `estimator_export` in `tensorflow_estimator` have
been updated to use an alternative decorator defined inside the
estimator package.
As the estimator is a deprecated API, no new endpoints should
be registered using the `estimator_export` decorator. This change
removes the decorator from `tf_export`.
`estimator_export` was also the last remaining usage of the `deprecated_inst`
argument in the overall `api_export` decorator. This optional argument
created a circular dependency between the `deprecation` module and
`tf_export`. This argument and its functionality have also been removed.
PiperOrigin-RevId: 503514596
0 commit comments