pub fn move_axis_device(
a: impl AsRef<Array>,
src: i32,
dst: i32,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around move_axis
Expand description
Compatibility shim for move_axis.