pub fn image_projective_transform_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    images: O0,
    transforms: O1,
    output_shape: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ImageProjectiveTransformV2::new().build(images, transforms, output_shape, scope).