Struct ha_ndarray::host::ops::RandomNormal
source · pub struct RandomNormal { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<RandomNormal> for RandomNormal
impl From<RandomNormal> for RandomNormal
source§fn from(op: RandomNormal) -> Self
fn from(op: RandomNormal) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RandomNormal
impl Send for RandomNormal
impl Sync for RandomNormal
impl Unpin for RandomNormal
impl UnwindSafe for RandomNormal
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