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