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