mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-28 12:13:21 +08:00
Add namespace (#1745)
This commit is contained in:
parent
6fa0501387
commit
8544b42007
@ -1460,7 +1460,7 @@ void init_ops(nb::module_& m) {
|
|||||||
)pbdoc");
|
)pbdoc");
|
||||||
m.def(
|
m.def(
|
||||||
"kron",
|
"kron",
|
||||||
&kron,
|
&mx::kron,
|
||||||
nb::arg("a"),
|
nb::arg("a"),
|
||||||
nb::arg("b"),
|
nb::arg("b"),
|
||||||
nb::kw_only(),
|
nb::kw_only(),
|
||||||
|
Loading…
Reference in New Issue
Block a user