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