Struct tensorflow::ops::QuantizedInstanceNormInst
source · pub struct QuantizedInstanceNormInst {
pub op: Operation,
}
Expand description
An instance of ‘QuantizedInstanceNorm’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built QuantizedInstanceNorm Operation in a Tensorflow graph.
Implementations§
source§impl QuantizedInstanceNormInst
impl QuantizedInstanceNormInst
sourcepub fn y_min(&self) -> Output
pub fn y_min(&self) -> Output
Returns the ‘y_min’ Output of this ‘QuantizedInstanceNorm’ operation.
sourcepub fn y_max(&self) -> Output
pub fn y_max(&self) -> Output
Returns the ‘y_max’ Output of this ‘QuantizedInstanceNorm’ operation.
Trait Implementations§
source§impl Clone for QuantizedInstanceNormInst
impl Clone for QuantizedInstanceNormInst
source§fn clone(&self) -> QuantizedInstanceNormInst
fn clone(&self) -> QuantizedInstanceNormInst
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 QuantizedInstanceNormInst
impl Debug for QuantizedInstanceNormInst
source§impl From<QuantizedInstanceNormInst> for Operation
impl From<QuantizedInstanceNormInst> for Operation
source§fn from(inst: QuantizedInstanceNormInst) -> Operation
fn from(inst: QuantizedInstanceNormInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for QuantizedInstanceNormInst
impl Send for QuantizedInstanceNormInst
impl Sync for QuantizedInstanceNormInst
impl Unpin for QuantizedInstanceNormInst
impl UnwindSafe for QuantizedInstanceNormInst
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