pub fn extract_image_patches<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    images: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for ExtractImagePatches::new().call(&ctx, &images).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ExtractImagePatches