pub fn quantized_resize_bilinear<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    images: &T0,
    size: &T1,
    min: &T2,
    max: &T3
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for QuantizedResizeBilinear::new().call(&ctx, &images, &size, &min, &max).

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