Function tensorflow::ops::adjust_contrastv2
source · pub fn adjust_contrastv2<O0: Into<Output>, O1: Into<Output>>(
images: O0,
contrast_factor: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for AdjustContrastv2::new().build(images, contrast_factor, scope)
.