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

Add more tests for new TF2 APIs #221

Closed khatchad closed 1 year ago

khatchad commented 1 year ago

We'll need to test the new TF2 APIs on this side as well. Please add more tests for each of the new APIs. You may use the following test as an example:

https://github.com/ponder-lab/Hybridize-Functions-Refactoring/blob/6629682b8e12be8da048a2ac574cad7c8ac7c727/edu.cuny.hunter.hybridize.tests/test%20cases/edu/cuny/hunter/hybridize/tests/HybridizeFunctionRefactoringTest.java#L1596-L1623

The new APIs added are in https://github.com/wala/ML/commit/a705dee2497760f1fc887e6dfb759847854a63ef.