pub struct DepthwiseConvolution3DDescriptor { /* private fields */ }Expand description
Mirrors the MPSGraph framework counterpart for this type.
Implementations§
Source§impl DepthwiseConvolution3DDescriptor
impl DepthwiseConvolution3DDescriptor
Sourcepub fn new(info: DepthwiseConvolution3DDescriptorInfo) -> Option<Self>
pub fn new(info: DepthwiseConvolution3DDescriptorInfo) -> Option<Self>
Calls the MPSGraph framework counterpart for new.
Trait Implementations§
impl Send for DepthwiseConvolution3DDescriptor
impl Sync for DepthwiseConvolution3DDescriptor
Auto Trait Implementations§
impl Freeze for DepthwiseConvolution3DDescriptor
impl RefUnwindSafe for DepthwiseConvolution3DDescriptor
impl Unpin for DepthwiseConvolution3DDescriptor
impl UnsafeUnpin for DepthwiseConvolution3DDescriptor
impl UnwindSafe for DepthwiseConvolution3DDescriptor
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