This commit is contained in:
Awni Hannun
2024-12-11 23:56:25 -08:00
committed by GitHub
parent 4e1e9520e1
commit 3a21f61772

View File

@@ -105,7 +105,7 @@ void init_ops(nb::module_& m) {
)pbdoc");
m.def(
"unflatten",
&unflatten,
&mx::unflatten,
nb::arg(),
"axis"_a,
"shape"_a,