Normalizes a tensor wrt the L2 norm alongside the specified axis.
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.l2_normalize, tf.compat.v2.keras.backend.l2_normalize
tf.compat.v1.keras.backend.l2_normalize
tf.compat.v2.keras.backend.l2_normalize
tf.keras.backend.l2_normalize( x, axis=None )
x
axis
A tensor.