pub fn crop_and_resize_grad_image<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    grads: &T0,
    boxes: &T1,
    box_ind: &T2,
    image_size: &T3
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for CropAndResizeGradImage::new().call(&ctx, &grads, &boxes, &box_ind, &image_size).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/CropAndResizeGradImage