Struct tensorflow::ops::RandomStandardNormal
source · 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.
sourcepub fn build<O0: Into<Output>>(
&self,
shape: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, shape: O0, scope: &mut Scope ) -> Result<Operation>
Builds the RandomStandardNormal
operation.
sourcepub fn build_instance(
&self,
shape: Output,
scope: &mut Scope
) -> Result<RandomStandardNormalInst>
pub fn build_instance( &self, shape: Output, scope: &mut Scope ) -> Result<RandomStandardNormalInst>
Builds a new instance of ‘RandomStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
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 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