Function tensorflow::ops::adjust_hue

source ·
pub fn adjust_hue<O0: Into<Output>, O1: Into<Output>>(
    images: O0,
    delta: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for AdjustHue::new().build(images, delta, scope).