pub fn sample_distorted_bounding_box<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    image_size: &T0,
    bounding_boxes: &T1
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for SampleDistortedBoundingBox::new().call(&ctx, &image_size, &bounding_boxes).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SampleDistortedBoundingBox