Merge pull request #21231 from nouiz:doc_experimental_serialize_executable

PiperOrigin-RevId: 635428472
This commit is contained in:
jax authors 2024-05-20 05:39:21 -07:00
commit bb616eff8a
2 changed files with 14 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Experimental Modules
jax.experimental.compilation_cache
jax.experimental.key_reuse
jax.experimental.mesh_utils
jax.experimental.serialize_executable
jax.experimental.shard_map
Experimental APIs

View File

@ -0,0 +1,13 @@
``jax.experimental.serialize_executable`` module
================================================
.. automodule:: jax.experimental.serialize_executable
API
---
.. autosummary::
:toctree: _autosummary
serialize
deserialize_and_load