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
sourceimpl 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
sourceimpl Clone for QuantizedMaxPoolInst
impl Clone for QuantizedMaxPoolInst
sourcefn clone(&self) -> QuantizedMaxPoolInst
fn clone(&self) -> QuantizedMaxPoolInst
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 QuantizedMaxPoolInst
impl Debug for QuantizedMaxPoolInst
sourceimpl From<QuantizedMaxPoolInst> for Operation
impl From<QuantizedMaxPoolInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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