https://github.com/google/jax
Raw File
Tip revision: 838bc454895ed2086563301936fb0d6d852fd198 authored by jax authors on 25 January 2023, 01:48:19 UTC
Merge pull request #14148 from skye:version
Tip revision: 838bc45
jax.image.rst
``jax.image`` module
====================

.. currentmodule:: jax.image

.. automodule:: jax.image


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

.. autosummary::
  :toctree: _autosummary

    resize
    scale_and_translate

Argument classes
----------------

.. currentmodule:: jax.image

.. autoclass:: ResizeMethod
back to top