[TF:XLA] Add while loop invariant code motion
This new pass extracts out loop invariant computations out of while loops into their parent computations. Right now this is enabled only for the CPU backend. PiperOrigin-RevId: 181256166
Loading
Please sign in to comment