Function tensorflow::ops::risc_pad

source ·
pub fn risc_pad<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 RiscPad::new().build(input, paddings, constant_values, scope).