cupynumeric.ndarray.dot#
- ndarray.dot(rhs, out=None)#
Return the dot product of this array with
rhs
.Refer to
cupynumeric.dot()
for full documentation.See also
cupynumeric.dot
equivalent function
- Availability:
Multiple GPUs, Multiple CPUs
Return the dot product of this array with rhs
.
Refer to cupynumeric.dot()
for full documentation.
See also
cupynumeric.dot
equivalent function
Multiple GPUs, Multiple CPUs