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