dpnp.searchsorted
- dpnp.searchsorted(x1, x2, side='left', sorter=None)[source]
Find indices where elements should be inserted to maintain order.
For full documentation refer to
numpy.searchsorted.Limitations
Input arrays is supported as
dpnp.ndarray. Input array is supported only sorted. Input side is supported only valuesleft,right. Parameter sorter is supported only with default values.