tf.keras.backend.std

View source on GitHub

Standard deviation of a tensor, alongside the specified axis.

tf.keras.backend.std(
    x, axis=None, keepdims=False
)

Arguments:

Returns:

A tensor with the standard deviation of elements of x.