mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-07 00:54:37 +08:00
Add missing funcs to docs (#2021)
This commit is contained in:
@@ -467,7 +467,7 @@ void init_random(nb::module_& parent_module) {
|
||||
array: The output array of random values.
|
||||
)pbdoc");
|
||||
m.def(
|
||||
"permuation",
|
||||
"permutation",
|
||||
[](const std::variant<nb::int_, mx::array>& x,
|
||||
int axis,
|
||||
const std::optional<mx::array>& key_,
|
||||
|
Reference in New Issue
Block a user