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