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