Add missing funcs to docs (#2021)

This commit is contained in:
Stephen Panaro
2025-03-30 18:29:33 -07:00
committed by GitHub
parent 5f5770e3a2
commit 90823d2938
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -36,10 +36,12 @@ Operations
bitwise_or
bitwise_xor
block_masked_mm
broadcast_arrays
broadcast_to
ceil
clip
concatenate
contiguous
conj
conjugate
convolve
+1
View File
@@ -9,6 +9,7 @@ Transforms
:toctree: _autosummary
eval
async_eval
compile
custom_function
disable_compile
+1 -1
View File
@@ -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_,