We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To establish the baseline of WebNN conformance test and answer the requirements raised in WebML WG Teleconference – 2 Dec 2021, including
by @wchao1115
all computation is done in double precision we don't want any intermediate casting an open source ref, anyone can look at the code and be confident
by @dontcallmedom
the codebase should be easy to review, not too many layers of abstraction
I would propose to create a baseline implementation of WebNN ops that:
I have been working with @BruceDai on a staging repo: https://github.com/huningxin/webnn-baseline, with some initial ops, like conv2d. If it looks like a right approach, we are happy to contribute it to the group repo for wider review.
/cc @anssiko @wchao1115 @dontcallmedom
The text was updated successfully, but these errors were encountered:
As this is for w-p-t, mark it with 'cr'.
Sorry, something went wrong.
Initial implementation: webmachinelearning/webnn-baseline#1
Successfully merging a pull request may close this issue.
To establish the baseline of WebNN conformance test and answer the requirements raised in WebML WG Teleconference – 2 Dec 2021, including
by @wchao1115
by @dontcallmedom
I would propose to create a baseline implementation of WebNN ops that:
I have been working with @BruceDai on a staging repo: https://github.com/huningxin/webnn-baseline, with some initial ops, like conv2d. If it looks like a right approach, we are happy to contribute it to the group repo for wider review.
/cc @anssiko @wchao1115 @dontcallmedom
The text was updated successfully, but these errors were encountered: