Skip to main content

concatenate_device

Function concatenate_device 

Source
pub fn concatenate_device(
    arrays: &[impl AsRef<Array>],
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

the old concatenate flattened inputs; use concatenate_flat

Expand description

Compatibility shim preserving the old flattening behavior of concatenate.