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