mars.tensor.inner#

mars.tensor.inner(a, b, sparse=None)[source]#

Returns the inner product of a and b for arrays of floating point types.

Like the generic NumPy equivalent the product sum is over the last dimension of a and b. The first argument is not conjugated.