pub fn gather_mm_device<'lhs, 'rhs>(
a: impl AsRef<Array>,
b: impl AsRef<Array>,
lhs_indices: impl Into<Option<&'lhs Array>>,
rhs_indices: impl Into<Option<&'rhs Array>>,
sorted_indices: impl Into<Option<bool>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around gather_mm
Expand description
Compatibility shim for gather_mm.