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