dpnp.random
Return the dot product of two vectors.
For full documentation refer to numpy.vdot.
numpy.vdot
See also
dpnp.dot
Returns the dot product.
Notes
This function works the same as dpnp.dot.