pub fn resize_bicubic_grad<O0: Into<Output>, O1: Into<Output>>(
    grads: O0,
    original_image: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ResizeBicubicGrad::new().build(grads, original_image, scope).