cupynumeric.expand_dims#
- cupynumeric.expand_dims( ) ndarray #
Expand the shape of an array.
Insert a new axis that will appear at the axis position in the expanded array shape.
- Parameters:
- Returns:
result – View of a with the number of dimensions increased.
- Return type:
See also
- Availability:
Multiple GPUs, Multiple CPUs