macro_rules! swap_axes {
($a:expr, $axis1:expr, $axis2:expr) => { ... };
($a:expr, $axis1:expr, $axis2:expr, stream = $stream:expr) => { ... };
}👎Deprecated since 0.26.0:
use with_stream or with_device around swap_axes
Expand description
Macro generated for the function crate::ops::swap_axes. See the function documentation for more details.