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