mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-14 17:12:49 +08:00
Scatter vjp (#394)
* Add a first scatter vjp * Implement the scatter_add vjp * Add array.at to implement user friendly scatters
This commit is contained in:
committed by
GitHub
parent
e9ca65c939
commit
961435a243
@@ -3310,7 +3310,6 @@ void init_ops(py::module_& m) {
|
||||
Returns:
|
||||
result (array): The tensor dot product.
|
||||
)pbdoc");
|
||||
|
||||
m.def(
|
||||
"inner",
|
||||
&inner,
|
||||
@@ -3331,7 +3330,6 @@ void init_ops(py::module_& m) {
|
||||
Returns:
|
||||
result (array): The inner product.
|
||||
)pbdoc");
|
||||
|
||||
m.def(
|
||||
"outer",
|
||||
&outer,
|
||||
|
||||
Reference in New Issue
Block a user