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

[TF] Fix a bug in _stridedSlice() #6829

Merged
merged 1 commit into from
Nov 3, 2020
Merged

Conversation

lixiaoquan
Copy link
Contributor

When stride < 0, the slicing range for whole demension should be
[-1, -(dim+1))

@kevinthesun @zhiics Please help to review, thanks

  When stride < 0, the slicing range for whole demension should be
  [-1, -(dim+1))
@zhiics zhiics merged commit 26b2e16 into apache:main Nov 3, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 2, 2020
When stride < 0, the slicing range for whole demension should be
  [-1, -(dim+1))
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Dec 4, 2020
When stride < 0, the slicing range for whole demension should be
  [-1, -(dim+1))
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Dec 4, 2020
When stride < 0, the slicing range for whole demension should be
  [-1, -(dim+1))
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.

2 participants