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