tensorflow::ops

Function resize_area

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

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