Change TF/XLA's ScatterNd lowering to use addition to reduce conflicts
Our previous behavior of setting the update computation to "lambda x, y: return x", which in practice meant "non deterministic choice between conflicting inputs", did not match TensorFlow. PiperOrigin-RevId: 234684143
Loading
Please sign in to comment