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
sourceimpl 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
sourceimpl Clone for QuantizedMatMulInst
impl Clone for QuantizedMatMulInst
sourcefn clone(&self) -> QuantizedMatMulInst
fn clone(&self) -> QuantizedMatMulInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for QuantizedMatMulInst
impl Debug for QuantizedMatMulInst
sourceimpl From<QuantizedMatMulInst> for Operation
impl From<QuantizedMatMulInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more