https://github.com/google/jax
Raw File
Tip revision: f282c251d427abdf6f785f4fff5bb9034a2fd083 authored by Jake VanderPlas on 29 March 2023, 17:04:34 UTC
Add minimal pyproject.toml specifying build system
Tip revision: f282c25
jax.stages.rst
``jax.stages`` module
=====================

.. automodule:: jax.stages

Classes
-------

.. currentmodule:: jax.stages

.. autoclass:: Wrapped
   :members: lower
   :special-members: __call__

.. autoclass:: Lowered
   :members: in_tree, out_tree, compile, as_text, compiler_ir, cost_analysis

.. autoclass:: Compiled
   :members: in_tree, out_tree, as_text, cost_analysis, memory_analysis, runtime_executable
   :special-members: __call__
back to top