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