dpnp.ndarray.take
- ndarray.take(indices, /, *, axis=None, out=None, mode='wrap')
Take elements from an array along an axis.
For full documentation refer to
numpy.take
.
Take elements from an array along an axis.
For full documentation refer to numpy.take
.