pub struct NdarrayModule<N: Dtype> { /* private fields */ }Expand description
A module compiled by the ndarray backend.
Implementations§
Source§impl<N: Dtype> NdarrayModule<N>
impl<N: Dtype> NdarrayModule<N>
Trait Implementations§
Source§impl<N: Clone + Dtype> Clone for NdarrayModule<N>
impl<N: Clone + Dtype> Clone for NdarrayModule<N>
Source§fn clone(&self) -> NdarrayModule<N>
fn clone(&self) -> NdarrayModule<N>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<N: Debug + Dtype> Debug for NdarrayModule<N>
impl<N: Debug + Dtype> Debug for NdarrayModule<N>
Source§impl<N: Default + Dtype> Default for NdarrayModule<N>
impl<N: Default + Dtype> Default for NdarrayModule<N>
Source§fn default() -> NdarrayModule<N>
fn default() -> NdarrayModule<N>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<N> Freeze for NdarrayModule<N>
impl<N> RefUnwindSafe for NdarrayModule<N>where
N: RefUnwindSafe,
impl<N> Send for NdarrayModule<N>where
N: Send,
impl<N> Sync for NdarrayModule<N>where
N: Sync,
impl<N> Unpin for NdarrayModule<N>where
N: Unpin,
impl<N> UnsafeUnpin for NdarrayModule<N>
impl<N> UnwindSafe for NdarrayModule<N>where
N: UnwindSafe,
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