Splits an array into a sequence of arrays along the given axis.
x (array) – input array.
axis (int) – axis along which the array will be split. A valid axis
must be on the interval [-N, N)
, where N
is the rank (number of dimensions) of x
. If provided an axis
outside of the required interval, the function must raise an exception. Default: 0
.
out (Tuple[array, …]) – tuple of slices along the given dimension. All the arrays have the same shape.
Notes
New in version 2023.12.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4