Do Not Use Random Operation Seeds Inside TensorFlow Graph Functions

If you call TensorFlow’s random options (e.g., tf.random.uniform) inside a TF graph function (e.g., @tf.function) and pass an op-level seed, […]