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