-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QNN EP] Add more op unit tests (#17424)
### Description Adds more units and enables HTP support for several ops: - Exp - Floor (enable qdq node unit) - Min (enable qdq node unit) - Max (enable qdq node unit) - Neg (enable qdq node unit) - Not - Pow - PRelu (enable qdq node unit) - Relu **(Does not work!)** - Sigmoid - Sqrt - Tanh - LogSoftmax (enable qdq node unit) - Concat - GlobalAveragePool Still missing (9): - Reshape - Flatten - Squeeze - Unsqueeze - Gemm - Clip - Split - Topk - Tile ### Motivation and Context Increase test coverage and op support
- Loading branch information
1 parent
ede339f
commit 1e4bfa1
Showing
20 changed files
with
703 additions
and
448 deletions.
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
Oops, something went wrong.