mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-09 10:46:39 +08:00
Add missing funcs to docs (#2021)
This commit is contained in:
parent
5f5770e3a2
commit
90823d2938
@ -36,10 +36,12 @@ Operations
|
|||||||
bitwise_or
|
bitwise_or
|
||||||
bitwise_xor
|
bitwise_xor
|
||||||
block_masked_mm
|
block_masked_mm
|
||||||
|
broadcast_arrays
|
||||||
broadcast_to
|
broadcast_to
|
||||||
ceil
|
ceil
|
||||||
clip
|
clip
|
||||||
concatenate
|
concatenate
|
||||||
|
contiguous
|
||||||
conj
|
conj
|
||||||
conjugate
|
conjugate
|
||||||
convolve
|
convolve
|
||||||
|
@ -9,6 +9,7 @@ Transforms
|
|||||||
:toctree: _autosummary
|
:toctree: _autosummary
|
||||||
|
|
||||||
eval
|
eval
|
||||||
|
async_eval
|
||||||
compile
|
compile
|
||||||
custom_function
|
custom_function
|
||||||
disable_compile
|
disable_compile
|
||||||
|
@ -467,7 +467,7 @@ void init_random(nb::module_& parent_module) {
|
|||||||
array: The output array of random values.
|
array: The output array of random values.
|
||||||
)pbdoc");
|
)pbdoc");
|
||||||
m.def(
|
m.def(
|
||||||
"permuation",
|
"permutation",
|
||||||
[](const std::variant<nb::int_, mx::array>& x,
|
[](const std::variant<nb::int_, mx::array>& x,
|
||||||
int axis,
|
int axis,
|
||||||
const std::optional<mx::array>& key_,
|
const std::optional<mx::array>& key_,
|
||||||
|
Loading…
Reference in New Issue
Block a user