dpnp.ndarray.put

method

ndarray.put(indices, vals, axis=None, mode='wrap')

Put values of an array into another array along a given axis.

Refer to dpnp.put for full documentation.