pub fn crop_and_resize_grad_boxes<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    grads: O0,
    image: O1,
    boxes: O2,
    box_ind: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CropAndResizeGradBoxes::new().build(grads, image, boxes, box_ind, scope).