Struct tensorflow::ops::Conv3DBackpropInputInst
source · [−]pub struct Conv3DBackpropInputInst {
pub op: Operation,
}
Expand description
An instance of ‘Conv3DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built Conv3DBackpropInput Operation in a Tensorflow graph.
Implementations
sourceimpl Conv3DBackpropInputInst
impl Conv3DBackpropInputInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘Conv3DBackpropInput’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘Conv3DBackpropInput’ operation.
sourcepub fn filter(&self) -> Input<'_>
pub fn filter(&self) -> Input<'_>
Returns the ‘filter’ Input of this ‘Conv3DBackpropInput’ operation.
sourcepub fn out_backprop(&self) -> Input<'_>
pub fn out_backprop(&self) -> Input<'_>
Returns the ‘out_backprop’ Input of this ‘Conv3DBackpropInput’ operation.
Trait Implementations
sourceimpl Clone for Conv3DBackpropInputInst
impl Clone for Conv3DBackpropInputInst
sourcefn clone(&self) -> Conv3DBackpropInputInst
fn clone(&self) -> Conv3DBackpropInputInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Conv3DBackpropInputInst
impl Debug for Conv3DBackpropInputInst
sourceimpl From<Conv3DBackpropInputInst> for Operation
impl From<Conv3DBackpropInputInst> for Operation
sourcefn from(inst: Conv3DBackpropInputInst) -> Operation
fn from(inst: Conv3DBackpropInputInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Conv3DBackpropInputInst
impl Send for Conv3DBackpropInputInst
impl Sync for Conv3DBackpropInputInst
impl Unpin for Conv3DBackpropInputInst
impl UnwindSafe for Conv3DBackpropInputInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more