pub struct MaxPool1dWithIndicesDescription {
pub x: TensorDescription,
pub kernel_size: usize,
pub stride: usize,
pub padding: usize,
pub dilation: usize,
pub out: TensorDescription,
pub out_indices: TensorDescription,
}Available on crate feature
repr only.Fields§
§x: TensorDescription§kernel_size: usize§stride: usize§padding: usize§dilation: usize§out: TensorDescription§out_indices: TensorDescriptionTrait Implementations§
Source§impl Clone for MaxPool1dWithIndicesDescription
impl Clone for MaxPool1dWithIndicesDescription
Source§fn clone(&self) -> MaxPool1dWithIndicesDescription
fn clone(&self) -> MaxPool1dWithIndicesDescription
Returns a copy 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<'de> Deserialize<'de> for MaxPool1dWithIndicesDescription
impl<'de> Deserialize<'de> for MaxPool1dWithIndicesDescription
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 PartialEq for MaxPool1dWithIndicesDescription
impl PartialEq for MaxPool1dWithIndicesDescription
Source§fn eq(&self, other: &MaxPool1dWithIndicesDescription) -> bool
fn eq(&self, other: &MaxPool1dWithIndicesDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MaxPool1dWithIndicesDescription
Auto Trait Implementations§
impl Freeze for MaxPool1dWithIndicesDescription
impl RefUnwindSafe for MaxPool1dWithIndicesDescription
impl Send for MaxPool1dWithIndicesDescription
impl Sync for MaxPool1dWithIndicesDescription
impl Unpin for MaxPool1dWithIndicesDescription
impl UnwindSafe for MaxPool1dWithIndicesDescription
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)