pub fn fused_resize_and_pad_conv2_d<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    size: &T1,
    paddings: &T2,
    filter: &T3
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for FusedResizeAndPadConv2D::new().call(&ctx, &input, &size, &paddings, &filter).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/FusedResizeAndPadConv2D