-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Frontend][TFlite] Add parser support for relu6, leaky_relu, relu_n1_…
…to_1, log_softmax (#4805) * [Frontend][TFLite]Add support for relu6, leaky_relu, relu_n1_to_1, log_softmax * add implementation in parser * add qnn tests for each operator * Implement clip operation for quantized relu6, relu1 * add 'clip' as in the quantized fused operations * remove redundant assertions and imports * Fix floating value quantization for RELU6 and RELU1
- Loading branch information
Showing
2 changed files
with
243 additions
and
0 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