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