-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add webnn binary tests #37337
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
Add webnn binary tests #37337
Conversation
|
@fdwr @Honry @huningxin @dontcallmedom PTAL, thanks. |
webnn/resources/test_data/div.json
Outdated
| } | ||
| }, | ||
| { | ||
| "name": "div two float32 2D tensors", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[minor] Propose deleting "two", because can the input count ever not be two? (so doesn't really add more information to the test name) Plus, you didn't use "two" below for other names "div float32 broadcast 2D to 4D".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Updated.
5a83df6 to
f7c7f8e
Compare
|
@Honry When running tests in workers, there're 'Not Run' results caused by |
Honry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
5c156ae to
eaae1a4
Compare
…WithTwoInputs method.
…ions tests in worker.
eaae1a4 to
cada6e5
Compare
|
@Honry All checks passed, PTAL, thanks. |
No description provided.