pub struct RandomStandardNormal { /* private fields */ }
Expand description
Builder for the RandomStandardNormal
operation.
Implementations§
Source§impl RandomStandardNormal
impl RandomStandardNormal
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 RandomStandardNormal
impl Debug for RandomStandardNormal
Source§impl Default for RandomStandardNormal
impl Default for RandomStandardNormal
Source§fn default() -> RandomStandardNormal
fn default() -> RandomStandardNormal
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RandomStandardNormal
impl RefUnwindSafe for RandomStandardNormal
impl Send for RandomStandardNormal
impl Sync for RandomStandardNormal
impl Unpin for RandomStandardNormal
impl UnwindSafe for RandomStandardNormal
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