Einops, now in Julia

array deep-learning einops julia tensor-operations
1 Open Issue Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a mutating version of the `rearrange` function in Einops.jl, leveraging Julia's `permutedims!` function for in-place array manipulation. This involves modifying the existing `rearrange` function or creating a new `rearrange!` function that performs the same operation but modifies the input array directly instead of creating a copy.

Complexity: 3/5
good first issue

Einops, now in Julia

Julia
#array#deep-learning#einops#julia#tensor-operations