cupynumeric.hsplit#
- cupynumeric.hsplit( ) list[ndarray] #
Split an array into multiple sub-arrays horizontally (column-wise).
Please refer to the split documentation. hsplit is equivalent to split with
axis=1
, the array is always split along the second axis regardless of the array dimension.See also
- Availability:
Multiple GPUs, Multiple CPUs