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

Shorthand for ExtractImagePatches::new().build(images, scope).