https://github.com/google/jax
Raw File
Tip revision: 805ea11001f0f4ad289d180590ac19f28213af96 authored by Peter Hawkins on 20 December 2022, 14:13:12 UTC
[XLA:Python] Drop support for classic HLO in the Python bindings.
Tip revision: 805ea11
jax_internal_api.rst
Internal APIs
=============

core
----

.. currentmodule:: jax.core
.. automodule:: jax.core

.. autosummary::
  :toctree: _autosummary

   Jaxpr
   ClosedJaxpr
back to top