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
Here is an incomplete list of things that have to be implemented:
3D Tensor operations
Blaze data structures
blaze::StaticTensor<T, ...>
blaze::UniformTensor<T>
blaze::HybridTensor<T>
Blaze views
blaze::PageSlices
blaze::RowSlices
blaze::ColumnSlices
blaze::ravel
blaze::dilatedsubvector
blaze::dilatedsubmatrix
blaze::dilatedsubtensor
blaze::flip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is an incomplete list of things that have to be implemented:
3D Tensor operations
Blaze data structures
blaze::StaticTensor<T, ...>
blaze::UniformTensor<T>
blaze::HybridTensor<T>
Blaze views
blaze::PageSlices
blaze::RowSlices
blaze::ColumnSlices
blaze::ravel
for matrices and tensors (flatten into a 1D sequence of values) (Adding blaze::ravel for dense matrices #9, Adding blaze::ravel for 3D tensors #10)blaze::dilatedsubvector
(Adding dilatedsubvector view #22)blaze::dilatedsubmatrix
(Adding dilatedsubmatrix view #25)blaze::dilatedsubtensor
(Adding dilated subtensor view #30)blaze::flip
as a view to flip the array over all its axesThe text was updated successfully, but these errors were encountered: