Function tensorflow::eager::raw_ops::hsvto_rgb
source · pub fn hsvto_rgb<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
images: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for HSVToRGB::new().call(&ctx, &images)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/HSVToRGB