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