[XLA] Use literal hashes in CSE, and make checking same-shaped literals fast.
Previously all literals would hash to the same value, which would cause a lot of expensive literal equality checks. PiperOrigin-RevId: 210177790
Loading
Please sign in to comment