mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 09:46:06 +00:00

`jnp.finfo(...)` of an Array type yields: ``` TypeError: unhashable type: 'ArrayImpl' ``` However, `np.finfo(...)` no longer accepts NumPy arrays as input either, so it would be consistent to require the user to pass a dtype where they are currently passing an array. PiperOrigin-RevId: 539174254