dpnp.partition
- dpnp.partition(x1, kth, axis=- 1, kind='introselect', order=None)[source]
Return a partitioned copy of an array. For full documentation refer to
numpy.partition
.Limitations
Input array is supported as
dpnp.ndarray
. Input kth is supported asint
. Parametersaxis
,kind
andorder
are supported only with default values.