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