tf.keras.ops.var

Compute the variance along the specified axes.

xInput tensor.
axisAxis or axes along which the variance is computed. The default is to compute the variance of the flattened tensor.
keepdimsIf 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.