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

Implement webnn-baseline and WPT for operations needed for well-known transformers #485

Closed
huningxin opened this issue Dec 1, 2023 · 2 comments
Labels

Comments

@huningxin
Copy link
Contributor

Opening this issue to track the implementation status of webnn-baseline and WPT for operations needed for well-known transformers.

Ops Baseline WPT tests
equal, lesser, greater, greaterOrEqual, lesserOrEqual, not pr
where pr WIP
copy pr
reciprocal pr
sqrt pr
erf
expand pr WIP
gather
layerNormalization
reduceArgMin, reduceArgMax
cast
triangular

/cc @inexorabletash @BruceDai @wchao1115 @fdwr @anssiko

@BruceDai
Copy link
Contributor

BruceDai commented Dec 7, 2023

Updated

Ops Baseline WPT tests
equal, lesser, greater, greaterOrEqual, lesserOrEqual, not(logicalNot)
where
copy(identity)
reciprocal
sqrt
erf
expand
gather
layerNormalization
argMin, argMax
cast
triangular pr
constant(fillSequence) pr
reshape(squeeze,unsqueeze,flatten)

@anssiko
Copy link
Member

anssiko commented Feb 22, 2024

WPT for constant fillSequence web-platform-tests/wpt#43801 and triangular web-platform-tests/wpt#43794 merged.

@anssiko anssiko closed this as completed Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants