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