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