pub struct SendTPUEmbeddingGradients { /* private fields */ }
Expand description
Builder for the SendTPUEmbeddingGradients
operation.
Implementations§
Source§impl SendTPUEmbeddingGradients
impl SendTPUEmbeddingGradients
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for SendTPUEmbeddingGradients
impl Debug for SendTPUEmbeddingGradients
Source§impl Default for SendTPUEmbeddingGradients
impl Default for SendTPUEmbeddingGradients
Source§fn default() -> SendTPUEmbeddingGradients
fn default() -> SendTPUEmbeddingGradients
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SendTPUEmbeddingGradients
impl RefUnwindSafe for SendTPUEmbeddingGradients
impl Send for SendTPUEmbeddingGradients
impl Sync for SendTPUEmbeddingGradients
impl Unpin for SendTPUEmbeddingGradients
impl UnwindSafe for SendTPUEmbeddingGradients
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