Function tensorflow::ops::decode_and_crop_jpeg
source · pub fn decode_and_crop_jpeg<O0: Into<Output>, O1: Into<Output>>(
contents: O0,
crop_window: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DecodeAndCropJpeg::new().build(contents, crop_window, scope)
.