tf.keras.ops.var

Compute the variance along the specified axes.

x Input tensor.
axis Axis or axes along which the variance is computed. The default is to compute the variance of the flattened tensor.
keepdims If this is set to True, the axes which are reduced are left in the result as dimensions with size one.

Output tensor containing the variance.