tensorflow::ops

Function hsvto_rgb

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

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