tensorflow::ops

Function resize_bilinear

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

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