Function tensorflow::ops::batch_norm_with_global_normalization
source · pub fn batch_norm_with_global_normalization<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
t: O0,
m: O1,
v: O2,
beta: O3,
gamma: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BatchNormWithGlobalNormalization::new().build(t, m, v, beta, gamma, scope)
.