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