Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unnecessary overhead in HloExtractor (NFC)
Currently we iterate over all instructions in the old module to find the instructions which have been cloned. But CloneContext offers direct access to them, so we should be using that instead. PiperOrigin-RevId: 696017622
- Loading branch information