Function tensorflow::eager::raw_ops::image_projective_transform_v3
source · pub fn image_projective_transform_v3<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
images: &T0,
transforms: &T1,
output_shape: &T2,
fill_value: &T3
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for ImageProjectiveTransformV3::new().call(&ctx, &images, &transforms, &output_shape, &fill_value)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ImageProjectiveTransformV3