mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 19:56:05 +00:00

* support and test edge case where axis argument is empty tuple () * replace swapaxis + reshape methodology by one call to lax.reshape for computational efficiency's sake * add check on repeated axis and throw ValueError * introduced and changed corresponding numpy code to swap and reshape axis to be quantiled * introduced code to accomodate the reintroduction of those axes if keepdims=True * added testcases