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