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