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

Adding more TF2 level 1 (and one level 2 API) API tests #239

Closed tatianacv closed 1 year ago

tatianacv commented 1 year ago

Fixes #221.

Commits

Expectations

This PR contains tests that verify that we are able to process different TF2 level 1 APIs and one TF2 level 2 API (random.uniform). These tests are in the https://github.com/ponder-lab/ML, and this PR verifies that they also pass in this project.

Testing

Tests for:

  1. Variable
  2. Tensor
  3. ones
  4. fill
  5. zeros
  6. zeros_like
  7. one_hot
  8. eye
  9. constant
  10. convert_to_tensor
  11. range
  12. random.uniform

Final Checks