pub fn resize_bicubic<O0: Into<Output>, O1: Into<Output>>( images: O0, size: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ResizeBicubic::new().build(images, size, scope).
ResizeBicubic::new().build(images, size, scope)