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