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_path

Evaluates the lowest cost contraction order for an einsum expression.

dpnp.dot

Returns the dot product of two arrays.

dpnp.inner

Returns the inner product of two arrays.

dpnp.outer

Returns the outer product of two arrays.