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