pub fn resize_bicubic<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    images: &T0,
    size: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for ResizeBicubic::new().call(&ctx, &images, &size).

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