Function tensorflow::ops::fused_batch_norm_grad_v2
source · pub fn fused_batch_norm_grad_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
y_backprop: O0,
x: O1,
scale: O2,
reserve_space_1: O3,
reserve_space_2: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for FusedBatchNormGradV2::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, scope)
.