Function tensorflow::ops::image_projective_transform_v3
source · pub fn image_projective_transform_v3<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
images: O0,
transforms: O1,
output_shape: O2,
fill_value: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ImageProjectiveTransformV3::new().build(images, transforms, output_shape, fill_value, scope)
.