pub struct StatefulStandardNormal { /* private fields */ }
Expand description
Builder for the StatefulStandardNormal
operation.
Implementations§
Source§impl StatefulStandardNormal
impl StatefulStandardNormal
Sourcepub fn shape_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn shape_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the shape_dtype
attribute.
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 StatefulStandardNormal
impl Debug for StatefulStandardNormal
Source§impl Default for StatefulStandardNormal
impl Default for StatefulStandardNormal
Source§fn default() -> StatefulStandardNormal
fn default() -> StatefulStandardNormal
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatefulStandardNormal
impl RefUnwindSafe for StatefulStandardNormal
impl Send for StatefulStandardNormal
impl Sync for StatefulStandardNormal
impl Unpin for StatefulStandardNormal
impl UnwindSafe for StatefulStandardNormal
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