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

* Add jax.image.resize. This is a port of `tf.image.resize()` and the `ScaleAndTranslate` operator. While I don't expect this implementation to be particularly fast, it is a useful generic implementation to which we can add optimized special cases as the need arises.