mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 10:26:56 +08:00
@@ -914,7 +914,7 @@ inline array gather(
|
||||
return gather(a, {indices}, std::vector<int>{axis}, slice_sizes, s);
|
||||
}
|
||||
|
||||
/** Returns Kronecker Producct given two input arrays. */
|
||||
/** Compute the Kronecker product of two arrays. */
|
||||
array kron(const array& a, const array& b, StreamOrDevice s = {});
|
||||
|
||||
/** Take array slices at the given indices of the specified axis. */
|
||||
|
Reference in New Issue
Block a user