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