pub struct RetrieveTPUEmbeddingADAMParametersInst {
pub op: Operation,
}
Expand description
An instance of ‘RetrieveTPUEmbeddingADAMParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built RetrieveTPUEmbeddingADAMParameters Operation in a Tensorflow graph.
Implementations§
source§impl RetrieveTPUEmbeddingADAMParametersInst
impl RetrieveTPUEmbeddingADAMParametersInst
sourcepub fn parameters(&self) -> Output
pub fn parameters(&self) -> Output
Returns the ‘parameters’ Output of this ‘RetrieveTPUEmbeddingADAMParameters’ operation.
sourcepub fn momenta(&self) -> Output
pub fn momenta(&self) -> Output
Returns the ‘momenta’ Output of this ‘RetrieveTPUEmbeddingADAMParameters’ operation.
sourcepub fn velocities(&self) -> Output
pub fn velocities(&self) -> Output
Returns the ‘velocities’ Output of this ‘RetrieveTPUEmbeddingADAMParameters’ operation.
Trait Implementations§
source§impl Clone for RetrieveTPUEmbeddingADAMParametersInst
impl Clone for RetrieveTPUEmbeddingADAMParametersInst
source§fn clone(&self) -> RetrieveTPUEmbeddingADAMParametersInst
fn clone(&self) -> RetrieveTPUEmbeddingADAMParametersInst
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<RetrieveTPUEmbeddingADAMParametersInst> for Operation
impl From<RetrieveTPUEmbeddingADAMParametersInst> for Operation
source§fn from(inst: RetrieveTPUEmbeddingADAMParametersInst) -> Operation
fn from(inst: RetrieveTPUEmbeddingADAMParametersInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RetrieveTPUEmbeddingADAMParametersInst
impl Send for RetrieveTPUEmbeddingADAMParametersInst
impl Sync for RetrieveTPUEmbeddingADAMParametersInst
impl Unpin for RetrieveTPUEmbeddingADAMParametersInst
impl UnwindSafe for RetrieveTPUEmbeddingADAMParametersInst
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