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