[TF:XLA] Use HloInstructionSequence instead of std::vector in more places.
Most of the time the vector is used to re-construct a new HloInstructionSequence object from the vector. This CL avoid this. PiperOrigin-RevId: 220697246
Loading
Please sign in to comment