Struct tensorflow::ops::RGBToHSVInst
source · pub struct RGBToHSVInst {
pub op: Operation,
}
Expand description
An instance of ‘RGBToHSV’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built RGBToHSV Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for RGBToHSVInst
impl Clone for RGBToHSVInst
source§fn clone(&self) -> RGBToHSVInst
fn clone(&self) -> RGBToHSVInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RGBToHSVInst
impl Debug for RGBToHSVInst
source§impl From<RGBToHSVInst> for Operation
impl From<RGBToHSVInst> for Operation
source§fn from(inst: RGBToHSVInst) -> Operation
fn from(inst: RGBToHSVInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RGBToHSVInst
impl Send for RGBToHSVInst
impl Sync for RGBToHSVInst
impl Unpin for RGBToHSVInst
impl UnwindSafe for RGBToHSVInst
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