mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-26 02:33:21 +08:00
Fix build (#1693)
This commit is contained in:
parent
4e1e9520e1
commit
3a21f61772
@ -105,7 +105,7 @@ void init_ops(nb::module_& m) {
|
|||||||
)pbdoc");
|
)pbdoc");
|
||||||
m.def(
|
m.def(
|
||||||
"unflatten",
|
"unflatten",
|
||||||
&unflatten,
|
&mx::unflatten,
|
||||||
nb::arg(),
|
nb::arg(),
|
||||||
"axis"_a,
|
"axis"_a,
|
||||||
"shape"_a,
|
"shape"_a,
|
||||||
|
Loading…
Reference in New Issue
Block a user