pub fn fused_pad_conv2_d<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
paddings: O1,
filter: O2,
scope: &mut Scope,
) -> Result<Operation>
Expand description
Shorthand for FusedPadConv2D::new().build(input, paddings, filter, scope)
.