dpnp.true_divide
- dpnp.true_divide(*args, **kwargs)[source]
Provide a true division of the inputs, element-wise.
For full documentation refer to
numpy.true_divide
.See also
Notes
This function works the same as
dpnp.divide
.
Provide a true division of the inputs, element-wise.
For full documentation refer to numpy.true_divide
.
See also
Notes
This function works the same as dpnp.divide
.