dpnp.einsum
- dpnp.einsum(*args, **kwargs)[source]
Evaluates the Einstein summation convention on the operands.
For full documentation refer to
numpy.einsum.Limitations
Function is executed sequentially on CPU.
See also
dpnp.einsum_pathEvaluates the lowest cost contraction order for an einsum expression.
dpnp.dotReturns the dot product of two arrays.
dpnp.innerReturns the inner product of two arrays.
dpnp.outerReturns the outer product of two arrays.