tf.keras.backend.var

View source on GitHub

Variance of a tensor, alongside the specified axis.

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

Arguments:

Returns:

A tensor with the variance of elements of x.