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