pub fn stack_device(
arrays: &[impl AsRef<Array>],
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
the old stack used axis 0; use stack(arrays, 0)
Expand description
Compatibility shim preserving the old axis-zero behavior of stack.