forked from iree-org/iree
-
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.
[Flow] Change the definition of "dequantization" recognizer. (iree-or…
…g#17711) The dequantization operation today is trying to enforce that the input indexing map is an identity. This is overly conservative for newer quantization schemes. This changes the logic to just look at operand ranks to check if the operation is a dequantization operation. --------- Signed-off-by: MaheshRavishankar <[email protected]> Signed-off-by: Lubo Litchev <[email protected]>
- Loading branch information
1 parent
46a582b
commit 8af60a7
Showing
4 changed files
with
108 additions
and
33 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
1 change: 1 addition & 0 deletions
1
integrations/tensorflow/test/iree_tfl_tests/east_text_detector.run
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
# RUN: %PYTHON -m iree_tfl_tests.east_text_detector_test --artifacts_dir=%t | ||
# XFAIL: * |