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