mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Minor doc fixes.
This commit is contained in:
parent
231a0526eb
commit
59be9b7a04
@ -85,6 +85,7 @@ jax.scipy.stats.laplace
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
cdf
|
||||
logpdf
|
||||
pdf
|
||||
|
||||
|
@ -1247,6 +1247,7 @@ def _pad(array, pad_width, mode, constant_values):
|
||||
msg = "Unimplemented padding mode '{}' for np.pad."
|
||||
raise NotImplementedError(msg.format(mode))
|
||||
|
||||
@_wraps(onp.pad)
|
||||
def pad(array, pad_width, mode, constant_values=0):
|
||||
return _pad(array, pad_width, mode, constant_values)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user