-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #19067: [XLA:CPU][oneDNN] Move simplification pass before oneDNN pass
Imported from GitHub PR #19067 This PR moves the simplification pass before oneDNN rewriter pass which simplifies the pattern matching for quantization support by getting rid of redundant copy ops. Copybara import of the project: -- 57f2f3b by Mahmoud Abuzaina <[email protected]>: Move simplification pass before oneDNN pass -- 5248e33 by Mahmoud Abuzaina <[email protected]>: Added a unit test Merging this change closes #19067 COPYBARA_INTEGRATE_REVIEW=#19067 from Intel-tensorflow:mabuzain/reorder-passes 5248e33 PiperOrigin-RevId: 713956033
- Loading branch information
1 parent
e6a6acf
commit d5450b4
Showing
2 changed files
with
52 additions
and
27 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