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