mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 10:26:56 +08:00
rebase
This commit is contained in:

committed by
CircleCI Docs

parent
a36fec5cb2
commit
836e96edde
6
docs/build/html/_sources/python/_autosummary/mlx.core.random.permutation.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.random.permutation.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.random.permutation
|
||||
===========================
|
||||
|
||||
.. currentmodule:: mlx.core.random
|
||||
|
||||
.. autofunction:: permutation
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.roll.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.roll.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.roll
|
||||
=============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: roll
|
1
docs/build/html/_sources/python/ops.rst
vendored
1
docs/build/html/_sources/python/ops.rst
vendored
@@ -130,6 +130,7 @@ Operations
|
||||
repeat
|
||||
reshape
|
||||
right_shift
|
||||
roll
|
||||
round
|
||||
rsqrt
|
||||
save
|
||||
|
1
docs/build/html/_sources/python/random.rst
vendored
1
docs/build/html/_sources/python/random.rst
vendored
@@ -45,3 +45,4 @@ we use a splittable version of Threefry, which is a counter-based PRNG.
|
||||
truncated_normal
|
||||
uniform
|
||||
laplace
|
||||
permutation
|
||||
|
Reference in New Issue
Block a user