Struct tensorflow::ops::HSVToRGB
source · pub struct HSVToRGB { /* private fields */ }
Expand description
Builder for the HSVToRGB
operation.
Implementations§
source§impl HSVToRGB
impl HSVToRGB
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
images: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, images: O0, scope: &mut Scope ) -> Result<Operation>
Builds the HSVToRGB
operation.
sourcepub fn build_instance(
&self,
images: Output,
scope: &mut Scope
) -> Result<HSVToRGBInst>
pub fn build_instance( &self, images: Output, scope: &mut Scope ) -> Result<HSVToRGBInst>
Builds a new instance of ‘HSVToRGB’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HSVToRGB
impl Send for HSVToRGB
impl Sync for HSVToRGB
impl Unpin for HSVToRGB
impl UnwindSafe for HSVToRGB
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more