dpnp.dpnp_array.dpnp_array.choose
method
- dpnp_array.choose(choices, out=None, mode='raise')[source]
Construct an array from an index array and a set of arrays to choose from.
Refer to
dpnp.choose
for full documentation.
method
Construct an array from an index array and a set of arrays to choose from.
Refer to dpnp.choose
for full documentation.