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