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

Support strides option for slice #112

Closed
BruceDai opened this issue Dec 9, 2024 · 0 comments · Fixed by #117
Closed

Support strides option for slice #112

BruceDai opened this issue Dec 9, 2024 · 0 comments · Fixed by #117

Comments

@BruceDai
Copy link
Contributor

BruceDai commented Dec 9, 2024

Link to webmachinelearning/webnn#375 (comment)

image

dictionary MLSliceOptions : MLOperatorOptions {
  sequence<[EnforceRange] unsigned long> strides;
};
MLOperand slice(
    MLOperand input,
    sequence<[EnforceRange] unsigned long> starts,
    sequence<[EnforceRange] unsigned long> sizes,
    optional MLSliceOptions options = {}
);
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 a pull request may close this issue.

1 participant