Thanks for the feedback!Created PR for adding both einops and opt_einsum:https://github.com/numpy/numpy/pull/17432 27.09.2020, 12:30, "Ralf Gommers" : On Sun, Sep 27, 2020 at 7:09 AM Stephan Hoyer wrote:On Sat, Sep 26, 2020 at 10:53 PM Alex Rogozhnikov
On Sun, Sep 27, 2020 at 7:09 AM Stephan Hoyer wrote:
> On Sat, Sep 26, 2020 at 10:53 PM Alex Rogozhnikov <
> alex.rogozhni...@yandex.ru> wrote:
>
>> Hello all,
>>
>> I'm developer of einops - python package for readable and reliable tensor
>> operations.
>> Einops handles different types of tenso
On Sat, Sep 26, 2020 at 10:53 PM Alex Rogozhnikov <
alex.rogozhni...@yandex.ru> wrote:
> Hello all,
>
> I'm developer of einops - python package for readable and reliable tensor
> operations.
> Einops handles different types of tensors (including numpy, pytorch, jax,
> tensorflow and others) and t
Hello all, I'm developer of einops - python package for readable and reliable tensor operations.Einops handles different types of tensors (including numpy, pytorch, jax, tensorflow and others) and targeted as a verbose replacement to existing numpy operations. As einops now is quite mature project,