We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hybridize-Functions-Refactoring/edu.cuny.hunter.hybridize.tests/test cases/edu/cuny/hunter/hybridize/tests/HybridizeFunctionRefactoringTest.java
Lines 733 to 735 in cd6694c
According to https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/function, we are missing:
experimental_relax_shapes
experimental_compile
The text was updated successfully, but these errors were encountered:
Since those are deprecated and have the same functionalities of jit_compile and reduce_retracing we are reusing the variables.
jit_compile
reduce_retracing
Hybridize-Functions-Refactoring/edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
Lines 145 to 154 in cd6694c
Sorry, something went wrong.
@tatianacv What is the status of this one? It seems like a very simply change that is taking a long time.
tatianacv
Successfully merging a pull request may close this issue.
Hybridize-Functions-Refactoring/edu.cuny.hunter.hybridize.tests/test cases/edu/cuny/hunter/hybridize/tests/HybridizeFunctionRefactoringTest.java
Lines 733 to 735 in cd6694c
According to https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/function, we are missing:
experimental_relax_shapes
experimental_compile
The text was updated successfully, but these errors were encountered: