Don't auto-cluster stateful RNG ops
Auto-clustering stateful RNG ops is not safe because the seeding behavior of TensorFlow stateful RNG ops is different that their seeding behavior in XLA so auto-clustering these can introduce differences in behavior. Once TF/XLA respects TensorFlow's seeding behavior, this CL can be reverted. PiperOrigin-RevId: 219368223
Loading
Please sign in to comment