mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #17337 from jakevdp:jax-extend-doc
PiperOrigin-RevId: 561101464
This commit is contained in:
commit
ff5b480c6b
@ -2,3 +2,20 @@
|
||||
=====================
|
||||
|
||||
.. automodule:: jax.extend
|
||||
|
||||
``jax.extend.random``
|
||||
---------------------
|
||||
|
||||
.. automodule:: jax.extend.random
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
PRNGImpl
|
||||
seed_with_impl
|
||||
threefry2x32_p
|
||||
threefry_2x32
|
||||
threefry_prng_impl
|
||||
rbg_prng_impl
|
||||
unsafe_rbg_prng_impl
|
||||
wrap_key_data
|
||||
|
@ -16,6 +16,8 @@ List of Available Functions
|
||||
:toctree: _autosummary
|
||||
|
||||
PRNGKey
|
||||
key
|
||||
key_data
|
||||
ball
|
||||
bernoulli
|
||||
beta
|
||||
|
Loading…
x
Reference in New Issue
Block a user