pub fn mirror_pad<O0: Into<Output>, O1: Into<Output>>( input: O0, paddings: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MirrorPad::new().build(input, paddings, scope).
MirrorPad::new().build(input, paddings, scope)