Function concatenate_device

Source
pub fn concatenate_device(
    arrays: &[impl AsRef<Array>],
    stream: impl AsRef<Stream>,
) -> Result<Array>
Expand description

Concatenate the arrays along the first axis. Returns an error if the shapes are invalid.