dpnp.where

dpnp.where(condition, x=None, y=None)[source]

Find indices where elements should be inserted to maintain order.

For full documentation refer to numpy.searchsorted.