pub fn sample(
    array: ArrayView<'_, f32, Ix2>,
    k: usize,
    temp: f32,
    axis: Axis
) -> Vec<usize>