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

Fix calculation of data offset range when slicing an empty tensor #325

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Aug 24, 2024

If any dimension in a tensor has zero size, the data offset start and end for a slice should be zero.

The incorrect calculation led to panics when slicing empty tensors using various methods.

TODO:

  • Test for clip_dim
  • Test for slice_axis
  • Test for slice

@robertknight robertknight marked this pull request as ready for review August 24, 2024 21:33
If any dimension in a tensor has zero size, the data offset start and end for a
slice should be zero.
@robertknight robertknight merged commit 170f640 into main Aug 24, 2024
2 checks passed
@robertknight robertknight deleted the slice-empty-tensor branch August 24, 2024 21:38
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

Successfully merging this pull request may close these issues.

1 participant