From ee3c46dc30fb8438ab28e1bc984360508e732b17 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 4 Dec 2022 17:18:18 -0800 Subject: [PATCH] Rollback of PR #17291 PiperOrigin-RevId: 492873391 --- RELEASE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 6e35c00e0c9..5d90e740447 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -50,7 +50,6 @@ `layers.BatchNormalization` with `synchronized=True` instead. * Updated `tf.keras.layers.BatchNormalization` to support masking of the inputs (`mask` argument) when computing the mean and variance. - * Add `tf.keras.layers.Identity`, a placeholder pass-through layer. * `tf.experimental.dtensor`: