pub struct LogsigmoidForwardDispatch;Expand description
Forward: y = log(sigmoid(x)) = -log(1 + exp(-x))
Implementations§
Source§impl LogsigmoidForwardDispatch
impl LogsigmoidForwardDispatch
Sourcepub const SUPPORTED_DTYPES: &'static [DtypeRepr]
pub const SUPPORTED_DTYPES: &'static [DtypeRepr]
Dtypes this kernel declares support for.
Auto Trait Implementations§
impl Freeze for LogsigmoidForwardDispatch
impl RefUnwindSafe for LogsigmoidForwardDispatch
impl Send for LogsigmoidForwardDispatch
impl Sync for LogsigmoidForwardDispatch
impl Unpin for LogsigmoidForwardDispatch
impl UnsafeUnpin for LogsigmoidForwardDispatch
impl UnwindSafe for LogsigmoidForwardDispatch
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