pub fn batch_norm_with_global_normalization_grad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    t: O0,
    m: O1,
    v: O2,
    gamma: O3,
    backprop: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BatchNormWithGlobalNormalizationGrad::new().build(t, m, v, gamma, backprop, scope).