-
Notifications
You must be signed in to change notification settings - Fork 48
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
[MLBuffer] Support for MLBuffer in graph execution #544
Comments
@anssiko FYI, this issue should be tagged as non-interop |
I was interpreting webgpu interop to apply to anything easing interop between WebNN and WebGPU, which would implicitly cover anything related to MLBuffer. Is there another interpretation we should be using? And whatever we decide, can @anssiko apply it to the label so it shows at https://github.com/webmachinelearning/webnn/labels ? (I don't have permission to do so.) |
Good question. Early on, |
Thanks @bbernhar that helps! I'll drop the label, we can always re-add it later. |
Purpose/Motivation
Provides a means to execute a
MLGraph
usingMLBuffer
. This is a sub-issue of #482.Proposed API
Example JS
Alternative API proposals
N/A
Opens
The text was updated successfully, but these errors were encountered: