Struct tensorflow::ops::AdjustContrastv2Inst
source · pub struct AdjustContrastv2Inst {
pub op: Operation,
}
Expand description
An instance of ‘AdjustContrastv2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built AdjustContrastv2 Operation in a Tensorflow graph.
Implementations§
source§impl AdjustContrastv2Inst
impl AdjustContrastv2Inst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘AdjustContrastv2’ operation.
sourcepub fn images(&self) -> Input<'_>
pub fn images(&self) -> Input<'_>
Returns the ‘images’ Input of this ‘AdjustContrastv2’ operation.
sourcepub fn contrast_factor(&self) -> Input<'_>
pub fn contrast_factor(&self) -> Input<'_>
Returns the ‘contrast_factor’ Input of this ‘AdjustContrastv2’ operation.
Trait Implementations§
source§impl Clone for AdjustContrastv2Inst
impl Clone for AdjustContrastv2Inst
source§fn clone(&self) -> AdjustContrastv2Inst
fn clone(&self) -> AdjustContrastv2Inst
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 AdjustContrastv2Inst
impl Debug for AdjustContrastv2Inst
source§impl From<AdjustContrastv2Inst> for Operation
impl From<AdjustContrastv2Inst> for Operation
source§fn from(inst: AdjustContrastv2Inst) -> Operation
fn from(inst: AdjustContrastv2Inst) -> Operation
Converts to this type from the input type.