Rollback of PR #17291

PiperOrigin-RevId: 492873391
This commit is contained in:
A. Unique TensorFlower 2022-12-04 17:18:18 -08:00 committed by TensorFlower Gardener
parent 388759567d
commit ee3c46dc30

View File

@ -50,7 +50,6 @@
`layers.BatchNormalization` with `synchronized=True` instead. `layers.BatchNormalization` with `synchronized=True` instead.
* Updated `tf.keras.layers.BatchNormalization` to support masking of the * Updated `tf.keras.layers.BatchNormalization` to support masking of the
inputs (`mask` argument) when computing the mean and variance. inputs (`mask` argument) when computing the mean and variance.
* Add `tf.keras.layers.Identity`, a placeholder pass-through layer.
* `tf.experimental.dtensor`: * `tf.experimental.dtensor`: