Function tensorflow::ops::scale_and_translate_grad
source · pub fn scale_and_translate_grad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
grads: O0,
original_image: O1,
scale: O2,
translation: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ScaleAndTranslateGrad::new().build(grads, original_image, scale, translation, scope)
.