Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Make a lazily permuted Tensor wrapper #19

Open
mtfishman opened this issue May 27, 2020 · 0 comments
Open

Make a lazily permuted Tensor wrapper #19

mtfishman opened this issue May 27, 2020 · 0 comments

Comments

@mtfishman
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant