mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-27 03:11:16 +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");
|
||||
m.def(
|
||||
"kron",
|
||||
&kron,
|
||||
&mx::kron,
|
||||
nb::arg("a"),
|
||||
nb::arg("b"),
|
||||
nb::kw_only(),
|
||||
|
Loading…
Reference in New Issue
Block a user