Function tensorflow::ops::crop_and_resize
source · pub fn crop_and_resize<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
image: O0,
boxes: O1,
box_ind: O2,
crop_size: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CropAndResize::new().build(image, boxes, box_ind, crop_size, scope)
.