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

Shorthand for CropAndResize::new().call(&ctx, &image, &boxes, &box_ind, &crop_size).

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