-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing ops to ArmQuantizer (#6780)
Add missing ops to quantizer - Add missing ops such as chunk to quantizer. - Remove faulty ensures() from match_arg_shapes_rank pass. - Remove sum annotator and move sum annotation to one-to-one annotator. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com>
- Loading branch information
1 parent
dc41596
commit 995c2bf
Showing
6 changed files
with
4 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,5 +59,4 @@ def decorator(annotator: AnnotatorType): | |
mul_annotator, | ||
one_to_one_annotator, | ||
sub_annotator, | ||
sum_annotator, | ||
) |
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
57 changes: 0 additions & 57 deletions
57
backends/arm/quantizer/quantization_annotation/sum_annotator.py
This file was deleted.
Oops, something went wrong.