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