mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00

The `jax.experimental.stax` and `jax.experimental.optimizers` modules are standalone examples libraries. By contrast, the remaining modules in `jax.experimental` are experimental features of the JAX core system. This change moves the two example libraries, and the README that describes them, to `jax.example_libraries` to reflect this distinction. PiperOrigin-RevId: 404405186
8 lines
169 B
ReStructuredText
8 lines
169 B
ReStructuredText
jax.example_libraries.stax module
|
|
=================================
|
|
|
|
.. automodule:: jax.example_libraries.stax
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|