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