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