mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #15283 from JiaYaobo:fix_wald_doc
PiperOrigin-RevId: 520364879
This commit is contained in:
commit
cfa330b6fa
@ -2069,7 +2069,7 @@ def wald(key: KeyArray,
|
||||
|
||||
Returns:
|
||||
A random array with the specified dtype and with shape given by ``shape`` if
|
||||
``shape`` is not None, or else by ``mean.shape`` and ``scale.shape``.
|
||||
``shape`` is not None, or else by ``mean.shape``.
|
||||
"""
|
||||
key, _ = _check_prng_key(key)
|
||||
if not dtypes.issubdtype(dtype, np.floating):
|
||||
|
Loading…
x
Reference in New Issue
Block a user