pub struct DepthwiseConvolution3DDescriptorInfo {
pub strides: [usize; 3],
pub dilation_rates: [usize; 3],
pub padding_values: [usize; 6],
pub padding_style: usize,
pub channel_dimension_index: isize,
}Fields§
§strides: [usize; 3]§dilation_rates: [usize; 3]§padding_values: [usize; 6]§padding_style: usize§channel_dimension_index: isizeTrait Implementations§
Source§impl Clone for DepthwiseConvolution3DDescriptorInfo
impl Clone for DepthwiseConvolution3DDescriptorInfo
Source§fn clone(&self) -> DepthwiseConvolution3DDescriptorInfo
fn clone(&self) -> DepthwiseConvolution3DDescriptorInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DepthwiseConvolution3DDescriptorInfo
Auto Trait Implementations§
impl Freeze for DepthwiseConvolution3DDescriptorInfo
impl RefUnwindSafe for DepthwiseConvolution3DDescriptorInfo
impl Send for DepthwiseConvolution3DDescriptorInfo
impl Sync for DepthwiseConvolution3DDescriptorInfo
impl Unpin for DepthwiseConvolution3DDescriptorInfo
impl UnsafeUnpin for DepthwiseConvolution3DDescriptorInfo
impl UnwindSafe for DepthwiseConvolution3DDescriptorInfo
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