tf.nn.fused_batch_norm

tf.nn.fused_batch_norm

tf.nn.fused_batch_norm

fused_batch_norm(
    x,
    scale,
    offset,
    mean=None,
    variance=None,
    epsilon=0.001,
    data_format='NHWC',
    is_training=True,
    name=None
)

Defined in tensorflow/python/ops/nn_impl.py.

See the guide: Neural Network > Normalization

Batch normalization.

As described in http://arxiv.or