mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 20:36:05 +00:00

* tensor is now just a container for dtype/shape with no extra methods; * constexpr is not used; * all APIs assume that the arguments are tensors and do no ->tensor conversion. PiperOrigin-RevId: 603894852