Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 441 Bytes

jax.stages.rst

File metadata and controls

20 lines (14 loc) · 441 Bytes

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__