einops
Einops offers a consistent API for tensor operations across platforms such as numpy, pytorch, and tensorflow, focusing on operations like rearrange, reduce, and repeat. Recent enhancements include framework support, functionality improvements, and features such as EinMix for linear layers. Its semantic clarity and uniform behavior facilitate intuitive tensor manipulation, independent of the framework.