We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current subtensor does not support any tensor operations and some tensor functions due to time constraints.
auto t1 = tensor{dynamic_extents<>{1,2,3},1.f};' auto t2 = tensor{dynamic_extents<>{1,2,3},1.f}; auto s1 = t1(slice<>{},slice<>{},slice<>{}); auto s2 = t2(slice<>{},slice<>{},slice<>{}); auto s3 = s1 + s2; // not valid
The text was updated successfully, but these errors were encountered:
amitsingh19975
No branches or pull requests
The current subtensor does not support any tensor operations and some tensor functions due to time constraints.
The text was updated successfully, but these errors were encountered: