Function tensorflow::ops::mirror_pad

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

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