The input Tensor.
A mean Tensor.
A variance Tensor.
Optional
offset: TensorLike | Tensor1D | Tensor2DAn offset Tensor.
Optional
scale: TensorLike | Tensor1D | Tensor2DA scale Tensor.
Optional
varianceEpsilon: numberA small float number to avoid dividing by 0.
Generated using TypeDoc
Batch normalization, strictly for 2D. For the more relaxed version, see
tf.batchNorm
.