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
sourceimpl 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
sourceimpl Clone for RetrieveTPUEmbeddingADAMParametersInst
impl Clone for RetrieveTPUEmbeddingADAMParametersInst
sourcefn clone(&self) -> RetrieveTPUEmbeddingADAMParametersInst
fn clone(&self) -> RetrieveTPUEmbeddingADAMParametersInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<RetrieveTPUEmbeddingADAMParametersInst> for Operation
impl From<RetrieveTPUEmbeddingADAMParametersInst> for Operation
sourcefn 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
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