[XLA] Use maps with a deterministic iteration order for HloInstruction*.
Convert a bunch of std::maps with HloInstruction* and const HloInstruction* keys to use a comparator that is based on the unique_id of the instruction rather than the pointer value. PiperOrigin-RevId: 174474868
Loading
Please sign in to comment