Function tensorflow::ops::sample_distorted_bounding_box
source · pub fn sample_distorted_bounding_box<O0: Into<Output>, O1: Into<Output>>(
image_size: O0,
bounding_boxes: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SampleDistortedBoundingBox::new().build(image_size, bounding_boxes, scope)
.