cupy.dstack¶
-
cupy.dstack(tup)[source]¶ Stacks arrays along the third axis.
Parameters: tup (sequence of arrays) – Arrays to be stacked. Each array is converted by cupy.atleast_3d()before stacking.Returns: Stacked array. Return type: cupy.ndarray See also