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.