This commit is contained in:
Awni Hannun
2024-10-14 13:10:48 -07:00
committed by CircleCI Docs
parent a36fec5cb2
commit 836e96edde
496 changed files with 5955 additions and 3210 deletions

View File

@@ -0,0 +1,6 @@
mlx.core.random.permutation
===========================
.. currentmodule:: mlx.core.random
.. autofunction:: permutation

View File

@@ -0,0 +1,6 @@
mlx.core.roll
=============
.. currentmodule:: mlx.core
.. autofunction:: roll

View File

@@ -130,6 +130,7 @@ Operations
repeat
reshape
right_shift
roll
round
rsqrt
save

View File

@@ -45,3 +45,4 @@ we use a splittable version of Threefry, which is a counter-based PRNG.
truncated_normal
uniform
laplace
permutation