pub struct LoadTPUEmbeddingCenteredRMSPropParametersInst {
pub op: Operation,
}
Expand description
An instance of ‘LoadTPUEmbeddingCenteredRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built LoadTPUEmbeddingCenteredRMSPropParameters Operation in a Tensorflow graph.
Implementations§
source§impl LoadTPUEmbeddingCenteredRMSPropParametersInst
impl LoadTPUEmbeddingCenteredRMSPropParametersInst
sourcepub fn parameters(&self) -> Input<'_>
pub fn parameters(&self) -> Input<'_>
Returns the ‘parameters’ Input of this ‘LoadTPUEmbeddingCenteredRMSPropParameters’ operation.
sourcepub fn ms(&self) -> Input<'_>
pub fn ms(&self) -> Input<'_>
Returns the ‘ms’ Input of this ‘LoadTPUEmbeddingCenteredRMSPropParameters’ operation.
Trait Implementations§
source§impl Clone for LoadTPUEmbeddingCenteredRMSPropParametersInst
impl Clone for LoadTPUEmbeddingCenteredRMSPropParametersInst
source§fn clone(&self) -> LoadTPUEmbeddingCenteredRMSPropParametersInst
fn clone(&self) -> LoadTPUEmbeddingCenteredRMSPropParametersInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<LoadTPUEmbeddingCenteredRMSPropParametersInst> for Operation
impl From<LoadTPUEmbeddingCenteredRMSPropParametersInst> for Operation
source§fn from(inst: LoadTPUEmbeddingCenteredRMSPropParametersInst) -> Operation
fn from(inst: LoadTPUEmbeddingCenteredRMSPropParametersInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for LoadTPUEmbeddingCenteredRMSPropParametersInst
impl Send for LoadTPUEmbeddingCenteredRMSPropParametersInst
impl Sync for LoadTPUEmbeddingCenteredRMSPropParametersInst
impl Unpin for LoadTPUEmbeddingCenteredRMSPropParametersInst
impl UnwindSafe for LoadTPUEmbeddingCenteredRMSPropParametersInst
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