You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
It might be nice to have a lazily permuted Tensor wrapper, similar to Julia's PermutedDimsArray. We could define it as something like PermutedDims{<:Tensor} that stores a view of the Tensor as well as the permutation of the dimensions. A first use case would be to help with compatibility with Strided.jl, where we could have a conversion from our lazy permuted Tensor type to their lazy permuted array type.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It might be nice to have a lazily permuted Tensor wrapper, similar to Julia's
PermutedDimsArray
. We could define it as something likePermutedDims{<:Tensor}
that stores a view of the Tensor as well as the permutation of the dimensions. A first use case would be to help with compatibility withStrided.jl
, where we could have a conversion from our lazy permuted Tensor type to their lazy permuted array type.The text was updated successfully, but these errors were encountered: