Description
Optimizes tensor contraction order for einsum-style numerical expressions. It helps scientific and machine-learning code reduce computation time and memory use in NumPy, TensorFlow, Dask, and similar libraries.
Optimization changes how a calculation is executed, not what it is meant to compute. Validate numerical results and memory use on representative data.