-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support new APUWareUtils There is new version of APUWareUtils in Android 12. * Support scalar input on PReLU and LeakyReLU * Support quantized LeakyReLU * Handle version 2 of TransposeConv Update the verification to version 2 for INT8 TransposeConv. * Support single input Reshape * Fix handling of int8 inputs in TransposeConv * Fix int8 delegation for activations * Check Concatenation input type * Support TransposeConv with bias * Support the following OPs - FullyConnected with keep_num_dims == true - Pack * Reject Gather with non-constant positions tensor * Relax the limitation of FullyConnectede without bias * print unsupport op name instead of op code Co-authored-by: Code Lin <[email protected]>
- Loading branch information
1 parent
a05721a
commit 86fc333
Showing
5 changed files
with
352 additions
and
135 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.