ponder-lab / Hybridize-Functions-Refactoring

Refactorings for optimizing imperative TensorFlow clients for greater efficiency.
Eclipse Public License 2.0
0 stars 0 forks source link

Fix to determine if a decorated function has a tensor parameter #257

Closed tatianacv closed 1 year ago

tatianacv commented 1 year ago

Fixes #236 .

Commits

Expectations

Use Ariadne's 0.9.0-SNAPSHOT, remove the TODOs of the fix in the pertinent tests and change the assert statement to the correct one.

Testing

  1. Test A. Result.
  2. Test B. Result.
  3. Test .... Result ...

Final Checks

khatchad commented 1 year ago

Good work.