tensorflow::ops

Function rgbto_hsv

Source
pub fn rgbto_hsv<O0: Into<Output>>(
    images: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RGBToHSV::new().build(images, scope).