pub struct SparseAccumulatorTakeGradient { /* private fields */ }
Expand description
Builder for the SparseAccumulatorTakeGradient
operation.
Implementations§
Source§impl SparseAccumulatorTakeGradient
impl SparseAccumulatorTakeGradient
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 Default for SparseAccumulatorTakeGradient
impl Default for SparseAccumulatorTakeGradient
Source§fn default() -> SparseAccumulatorTakeGradient
fn default() -> SparseAccumulatorTakeGradient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SparseAccumulatorTakeGradient
impl RefUnwindSafe for SparseAccumulatorTakeGradient
impl Send for SparseAccumulatorTakeGradient
impl Sync for SparseAccumulatorTakeGradient
impl Unpin for SparseAccumulatorTakeGradient
impl UnwindSafe for SparseAccumulatorTakeGradient
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