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