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