[XLA] Use a simpler construction for FloorDiv of floats.
XLA has a floor function, so FloorDiv is simply Floor(Div(x, y)) instead of the complex construction here (which I presume must have predated the XLA Floor function?). PiperOrigin-RevId: 233876144
Loading
Please sign in to comment