Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo regarding
ImportConstantsPass
comment.
The pass is still operating on `mhlo` constants not `stablehlo` constants. This is because we need to call `mhlo::createFlattenTuplePass` after which is a greedy pattern with folding. PiperOrigin-RevId: 713982378
- Loading branch information