pub fn gather_single(
a: impl AsRef<Array>,
indices: impl AsRef<Array>,
axis: i32,
slice_sizes: &[i32],
) -> Result<Array>Expand description
Gather elements from the array at the given indices along a single axis.
ยงParams
a: Input arrayindices: Indices array specifying positions to gather fromaxis: The axis along which to gatherslice_sizes: The sizes of the slices to gather