https://github.com/google/jax
Raw File
Tip revision: 6ec90461c68fe8a77cb938ba91b2d0e91725a4b2 authored by jax authors on 05 March 2021, 18:21:11 UTC
Merge pull request #5950 from google:update-pypi
Tip revision: 6ec9046
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