Struct tensorflow::ops::StatefulStandardNormalV2
source · pub struct StatefulStandardNormalV2 { /* private fields */ }
Expand description
Builder for the StatefulStandardNormalV2
operation.
Implementations§
source§impl StatefulStandardNormalV2
impl StatefulStandardNormalV2
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.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
resource: O0,
algorithm: O1,
shape: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, resource: O0, algorithm: O1, shape: O2, scope: &mut Scope ) -> Result<Operation>
Builds the StatefulStandardNormalV2
operation.
sourcepub fn build_instance(
&self,
resource: Output,
algorithm: Output,
shape: Output,
scope: &mut Scope
) -> Result<StatefulStandardNormalV2Inst>
pub fn build_instance( &self, resource: Output, algorithm: Output, shape: Output, scope: &mut Scope ) -> Result<StatefulStandardNormalV2Inst>
Builds a new instance of ‘StatefulStandardNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for StatefulStandardNormalV2
impl Debug for StatefulStandardNormalV2
source§impl Default for StatefulStandardNormalV2
impl Default for StatefulStandardNormalV2
source§fn default() -> StatefulStandardNormalV2
fn default() -> StatefulStandardNormalV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StatefulStandardNormalV2
impl Send for StatefulStandardNormalV2
impl Sync for StatefulStandardNormalV2
impl Unpin for StatefulStandardNormalV2
impl UnwindSafe for StatefulStandardNormalV2
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