pub struct Conv3dOptionsIr {
pub stride: [usize; 3],
pub padding: [usize; 3],
pub dilation: [usize; 3],
pub groups: usize,
}Fields§
§stride: [usize; 3]§padding: [usize; 3]§dilation: [usize; 3]§groups: usizeTrait Implementations§
Source§impl Clone for Conv3dOptionsIr
impl Clone for Conv3dOptionsIr
Source§fn clone(&self) -> Conv3dOptionsIr
fn clone(&self) -> Conv3dOptionsIr
Returns a duplicate 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 Conv3dOptionsIr
impl Debug for Conv3dOptionsIr
Source§impl<'de> Deserialize<'de> for Conv3dOptionsIr
impl<'de> Deserialize<'de> for Conv3dOptionsIr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Conv3dOptionsIr> for ConvOptions<3>
impl From<Conv3dOptionsIr> for ConvOptions<3>
Source§fn from(val: Conv3dOptionsIr) -> Self
fn from(val: Conv3dOptionsIr) -> Self
Converts to this type from the input type.
Source§impl From<ConvOptions<3>> for Conv3dOptionsIr
impl From<ConvOptions<3>> for Conv3dOptionsIr
Source§fn from(value: ConvOptions<3>) -> Self
fn from(value: ConvOptions<3>) -> Self
Converts to this type from the input type.
Source§impl Hash for Conv3dOptionsIr
impl Hash for Conv3dOptionsIr
Source§impl PartialEq for Conv3dOptionsIr
impl PartialEq for Conv3dOptionsIr
Source§impl Serialize for Conv3dOptionsIr
impl Serialize for Conv3dOptionsIr
impl StructuralPartialEq for Conv3dOptionsIr
Auto Trait Implementations§
impl Freeze for Conv3dOptionsIr
impl RefUnwindSafe for Conv3dOptionsIr
impl Send for Conv3dOptionsIr
impl Sync for Conv3dOptionsIr
impl Unpin for Conv3dOptionsIr
impl UnwindSafe for Conv3dOptionsIr
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