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