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