Function tensorflow::ops::resize_bicubic

source ·
pub fn resize_bicubic<O0: Into<Output>, O1: Into<Output>>(
    images: O0,
    size: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ResizeBicubic::new().build(images, size, scope).