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