forked from microsoft/onnxruntime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebNN EP] Add several new unary Ops (Ceil, Exp, Identity, Reciprocal…
…, Tan) (microsoft#16302) ### Description - Add new Ops: Ceil, Exp, Identity, Reciprocal, Tan. - Set MinSupportedOpSet for unary Ops. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Support more Ops for other models. The legacy optimization attribute "consumed_inputs" is not supported in WebNN EP.
- Loading branch information
zesongw
authored
Jun 13, 2023
1 parent
4f23577
commit c5176ed
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters