tf.keras.utils.normalize

View source on GitHub

Normalizes a Numpy array.

tf.keras.utils.normalize(
    x, axis=-1, order=2
)

Arguments:

Returns:

A normalized copy of the array.