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.einsumEvaluates the Einstein summation convention on the operands.
dpnp.dotReturns the dot product of two arrays.
dpnp.innerReturns the inner product of two arrays.
dpnp.outerReturns the outer product of two arrays.