Function tensorflow::ops::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).