pub fn mirror_pad_grad<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    paddings: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MirrorPadGrad::new().build(input, paddings, scope).