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