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

The baseline implementation of WebNN ops #245

Closed
huningxin opened this issue Jan 4, 2022 · 2 comments · Fixed by webmachinelearning/webnn-baseline#1
Closed

The baseline implementation of WebNN ops #245

huningxin opened this issue Jan 4, 2022 · 2 comments · Fixed by webmachinelearning/webnn-baseline#1

Comments

@huningxin
Copy link
Contributor

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

@huningxin
Copy link
Contributor Author

As this is for w-p-t, mark it with 'cr'.

@anssiko
Copy link
Member

anssiko commented May 12, 2022

Initial implementation: webmachinelearning/webnn-baseline#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 a pull request may close this issue.

2 participants