Skip to content
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

Reshape() by row or column functionality #915

Open
Garic152 opened this issue Nov 15, 2024 · 0 comments
Open

Reshape() by row or column functionality #915

Garic152 opened this issue Nov 15, 2024 · 0 comments

Comments

@Garic152
Copy link
Contributor

While working on #876, I noticed that the matrix() function from systemds supports a byrow=bool argument which, when used to reshape a matrix, can control whether to reshape it row by row or column by column.

This feature isn't yet included in daphne, so I had to do a little workaround by first transposing the matrix and then using the reshape() function.

A byrow=bool argument like in systemds might be useful in daphne as well, if there are usecases where reshaping column by column is used often.

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

No branches or pull requests

1 participant