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 as int. Parameters axis, kind and order are supported only with default values.