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