pub struct DeformableConv2dOptionsIr {
pub stride: [usize; 2],
pub padding: [usize; 2],
pub dilation: [usize; 2],
pub weight_groups: usize,
pub offset_groups: usize,
}Fields§
§stride: [usize; 2]§padding: [usize; 2]§dilation: [usize; 2]§weight_groups: usize§offset_groups: usizeTrait Implementations§
Source§impl Clone for DeformableConv2dOptionsIr
impl Clone for DeformableConv2dOptionsIr
Source§fn clone(&self) -> DeformableConv2dOptionsIr
fn clone(&self) -> DeformableConv2dOptionsIr
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 DeformableConv2dOptionsIr
impl Debug for DeformableConv2dOptionsIr
Source§impl<'de> Deserialize<'de> for DeformableConv2dOptionsIr
impl<'de> Deserialize<'de> for DeformableConv2dOptionsIr
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<DeformConvOptions<2>> for DeformableConv2dOptionsIr
impl From<DeformConvOptions<2>> for DeformableConv2dOptionsIr
Source§fn from(value: DeformConvOptions<2>) -> Self
fn from(value: DeformConvOptions<2>) -> Self
Converts to this type from the input type.
Source§impl From<DeformableConv2dOptionsIr> for DeformConvOptions<2>
impl From<DeformableConv2dOptionsIr> for DeformConvOptions<2>
Source§fn from(value: DeformableConv2dOptionsIr) -> Self
fn from(value: DeformableConv2dOptionsIr) -> Self
Converts to this type from the input type.
Source§impl Hash for DeformableConv2dOptionsIr
impl Hash for DeformableConv2dOptionsIr
impl StructuralPartialEq for DeformableConv2dOptionsIr
Auto Trait Implementations§
impl Freeze for DeformableConv2dOptionsIr
impl RefUnwindSafe for DeformableConv2dOptionsIr
impl Send for DeformableConv2dOptionsIr
impl Sync for DeformableConv2dOptionsIr
impl Unpin for DeformableConv2dOptionsIr
impl UnwindSafe for DeformableConv2dOptionsIr
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