pub struct RandomNormal { /* private fields */ }
Expand description
Builder for the RandomStandardNormal
operation.
Implementations§
Source§impl RandomNormal
impl RandomNormal
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for RandomNormal
impl Debug for RandomNormal
Source§impl Default for RandomNormal
impl Default for RandomNormal
Source§fn default() -> RandomNormal
fn default() -> RandomNormal
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RandomNormal
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