Function tensorflow::ops::fused_resize_and_pad_conv2_d
source · pub fn fused_resize_and_pad_conv2_d<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
input: O0,
size: O1,
paddings: O2,
filter: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for FusedResizeAndPadConv2D::new().build(input, size, paddings, filter, scope)
.