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

ht.squeeze() doesn't follow split semantics #561

Closed
ClaudiaComito opened this issue Apr 27, 2020 · 0 comments · Fixed by #562
Closed

ht.squeeze() doesn't follow split semantics #561

ClaudiaComito opened this issue Apr 27, 2020 · 0 comments · Fixed by #562
Assignees
Labels
bug Something isn't working

Comments

@ClaudiaComito
Copy link
Contributor

Description
ht.squeeze(axis) returns a non-distributed tensor in all cases, it should follow split semantics, e.g.:

output.split = None if input.split == None or input.split in axis
output.split = input.split - n, where n is the number of elements in axis that are smaller than input.split

@ClaudiaComito ClaudiaComito added the bug Something isn't working label Apr 27, 2020
@ClaudiaComito ClaudiaComito self-assigned this Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant