tf.raw_ops.ScaleAndTranslateGrad

gradsA Tensor. Must be one of the following types: float32.
original_imageA Tensor. Must have the same type as grads.
scaleA Tensor of type float32.
translationA Tensor of type float32.
kernel_typeAn optional string. Defaults to "lanczos3".
antialiasAn optional bool. Defaults to True.
nameA name for the operation (optional).

A Tensor. Has the same type as grads.