-
Couldn't load subscription status.
- Fork 427
adding xt::adapt(xt::sequence_view). #2291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
What error do you have when you class |
|
|
Sorry for the late reply, I think it would be better to add an |
Usually when working with tensor shapes, we use
xt::adapt. This works great, since shapes are always containers, except when usingxt::viewwithxt::all()in all dimensions, the shape returned will bext::sequence_view, which you cannot adapt correctly.So this pull request allows the following: