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