Function tensorflow::ops::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).