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