mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 04:16:07 +00:00

Changes: - Fix unnecessary generator - Iterate dictionary directly instead of calling .keys() - Remove global statement at the module level - Use list() instead of a list comprehension - Use with statement to open the file - Merge isinstance calls