Skip to main content

reshape_device

Function reshape_device 

Source
pub fn reshape_device(
    a: impl AsRef<Array>,
    shape: &[i32],
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around reshape

Expand description

Compatibility shim for reshape.