aesara icon indicating copy to clipboard operation
aesara copied to clipboard

Implement `einsum` equivalent

Open ricardoV94 opened this issue 2 years ago • 2 comments

Probably quite some work, but would be nice to have an equivalent: https://numpy.org/doc/stable/reference/generated/numpy.einsum.html

ricardoV94 avatar Apr 28 '22 13:04 ricardoV94

It seems like there is a C-API function for this as well: https://numpy.org/devdocs/reference/c-api/array.html#c.PyArray_EinsteinSum

ricardoV94 avatar Jul 08 '22 21:07 ricardoV94

This might be relevant: https://optimized-einsum.readthedocs.io/en/stable/backends.html

aseyboldt avatar Jul 08 '22 22:07 aseyboldt