pub fn stateless_sample_distorted_bounding_box<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    image_size: O0,
    bounding_boxes: O1,
    min_object_covered: O2,
    seed: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StatelessSampleDistortedBoundingBox::new().build(image_size, bounding_boxes, min_object_covered, seed, scope).