Closed faizan-m closed 1 year ago
Brief Description of the PR: Using experimental_implements feature now enforces purity on tf.function (all inputs must be Tensors). However, the default value here is None which is not allowed.
Fixes # (issue)
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:
Description
Brief Description of the PR: Using experimental_implements feature now enforces purity on tf.function (all inputs must be Tensors). However, the default value here is None which is not allowed.
Fixes # (issue)
Type of change
Checklist:
How Has This Been Tested?
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes: