6 ms·
I like einsum, it's concise and self-explanatory. Way better than multiple lines of nested for loops would be.
by eutectic 2y ago
I like einsum, it's concise and self-explanatory. Way better than multiple lines of nested for loops would be.
- jimsimmons 2y agoI agree that nested loops are verbose. But einsum is unstructured and not extensible, hard to debug in pieces, hard to document etc.,