https://github.com/google/jax
Raw File
Tip revision: f7717c89bd842a8dc6112e19c72a461bc739d414 authored by jax authors on 11 May 2021, 21:34:02 UTC
Merge pull request #6724 from hawkinsp:dispatch
Tip revision: f7717c8
jax.image.rst
jax.image package
=================

.. currentmodule:: jax.image

.. automodule:: jax.image


Image manipulation functions
----------------------------

.. autosummary::
  :toctree: _autosummary

    resize
    scale_and_translate

back to top