Skip to main content

flatten_device

Function flatten_device 

Source
pub fn flatten_device(
    a: impl AsRef<Array>,
    start_axis: impl Into<Option<i32>>,
    end_axis: impl Into<Option<i32>>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around flatten

Expand description

Compatibility shim for flatten.