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

Enhance indices of gather to be in the range [-N, N) #98

Open
BruceDai opened this issue Aug 26, 2024 · 0 comments
Open

Enhance indices of gather to be in the range [-N, N) #98

BruceDai opened this issue Aug 26, 2024 · 0 comments

Comments

@BruceDai
Copy link
Contributor

Last indices of gather was in the range [0, N), now its spec has changed as below

indices: ... must be in the range -N (inclusive) to N (exclusive) where N is the size of the input dimension indexed by options.axis, and a negative index means indexing from the end of the dimension.

Link to webmachinelearning/webnn#642

BruceDai added a commit to BruceDai/webnn-baseline-1 that referenced this issue Sep 29, 2024
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