pub fn random_crop<O0: Into<Output>, O1: Into<Output>>( image: O0, size: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RandomCrop::new().build(image, size, scope).
RandomCrop::new().build(image, size, scope)