Struct tensorflow::ops::RandomNormal
source · pub struct RandomNormal { /* private fields */ }
👎Deprecated since 0.15.0: Use random_standard_normal instead.
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 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