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