dpnp.einsum_path

dpnp.einsum_path(subscripts, *operands, optimize='greedy')[source]

Evaluates the lowest cost contraction order for an einsum expression by considering the creation of intermediate arrays.

For full documentation refer to numpy.einsum_path.

Limitations

Function is executed sequentially on CPU.

See also

dpnp.einsum

Evaluates the Einstein summation convention on the operands.

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.