-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find common axes deterministically by not depending on DenseMap itera…
…tion order to find the best factor-axes pair. For this, change FactorAxesPair from std::pair to struct, and implement a comparator method, so that factor-axes pairs imposes a total order. It also helps that unit-testing is not flaky. PiperOrigin-RevId: 696603604
- Loading branch information
1 parent
3f43aab
commit 2a11733
Showing
3 changed files
with
62 additions
and
11 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