macro_rules! topk_all {
($a:expr, $k:expr) => { ... };
($a:expr, $k:expr, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::ops::indexing::topk_all
. See the function documentation for more details.