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