Skip to main content

swap_axes_device

Function swap_axes_device 

Source
pub fn swap_axes_device(
    a: impl AsRef<Array>,
    axis1: i32,
    axis2: i32,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around swap_axes

Expand description

Compatibility shim for swap_axes.