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