pub fn draw_bounding_boxes<O0: Into<Output>, O1: Into<Output>>( images: O0, boxes: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DrawBoundingBoxes::new().build(images, boxes, scope).
DrawBoundingBoxes::new().build(images, boxes, scope)