Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace tensorflow::Status::OK() with tensorflow::OkStatus(). #2765

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

manivaradarajan
Copy link
Member

Description

The OkStatus() symbols was added on May 2022, between the 2.9 and 2.10 releases of Tensorflow. The Tensorflow v2.10 release happened on September 6, 2022.

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tsl/platform/status.h#L102

Type of change

Code cleanup.

Checklist:

  • [ x] I've properly formatted my code according to the guidelines
    • By running Black + Flake8
    • By running pre-commit hooks
  • [] This PR addresses an already submitted issue for TensorFlow Addons
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • This PR contains modifications to C++ custom-ops

How Has This Been Tested?

python3 -m pytest tensorflow_addons.
Failures are the same.

@bhack
Copy link
Contributor

bhack commented Sep 27, 2022

@manivaradarajan Thanky you.

@seanpmorgan We support custom-ops only for the last TF stable release right?

@seanpmorgan
Copy link
Member

@manivaradarajan Thanky you.

@seanpmorgan We support custom-ops only for the last TF stable release right?

Correct

@seanpmorgan seanpmorgan merged commit b941449 into tensorflow:master Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants