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