Struct tensorflow::ops::LoadTPUEmbeddingRMSPropParameters
source · [−]pub struct LoadTPUEmbeddingRMSPropParameters { /* private fields */ }
Expand description
Builder for the LoadTPUEmbeddingRMSPropParameters
operation.
Implementations
sourceimpl LoadTPUEmbeddingRMSPropParameters
impl LoadTPUEmbeddingRMSPropParameters
sourcepub fn table_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn table_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the table_name
attribute.
sourcepub fn num_shards<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_shards<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_shards
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,
parameters: O0,
ms: O1,
mom: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
&self,
parameters: O0,
ms: O1,
mom: O2,
scope: &mut Scope
) -> Result<Operation>
Builds the LoadTPUEmbeddingRMSPropParameters
operation.
sourcepub fn build_instance(
&self,
parameters: Output,
ms: Output,
mom: Output,
scope: &mut Scope
) -> Result<LoadTPUEmbeddingRMSPropParametersInst>
pub fn build_instance(
&self,
parameters: Output,
ms: Output,
mom: Output,
scope: &mut Scope
) -> Result<LoadTPUEmbeddingRMSPropParametersInst>
Builds a new instance of ‘LoadTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Default for LoadTPUEmbeddingRMSPropParameters
impl Default for LoadTPUEmbeddingRMSPropParameters
sourcefn default() -> LoadTPUEmbeddingRMSPropParameters
fn default() -> LoadTPUEmbeddingRMSPropParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LoadTPUEmbeddingRMSPropParameters
impl Send for LoadTPUEmbeddingRMSPropParameters
impl Sync for LoadTPUEmbeddingRMSPropParameters
impl Unpin for LoadTPUEmbeddingRMSPropParameters
impl UnwindSafe for LoadTPUEmbeddingRMSPropParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more