Add namespace (#1745)
This commit is contained in:
committed by
GitHub
parent
6fa0501387
commit
8544b42007
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user