Function tensorflow::ops::pad_v2

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

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