pub fn topk_all(a: impl AsRef<Array>, k: i32) -> Result<Array>
Returns the k largest elements from the flattened input array.
k