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