pub fn gather_single_device(
a: impl AsRef<Array>,
indices: impl AsRef<Array>,
axis: i32,
slice_sizes: &[i32],
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around gather_single
Expand description
Compatibility shim for gather_single.