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