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