Struct nncombinator::cuda::kernel::activation::SoftMaxBackward
source · [−]pub struct SoftMaxBackward<T>where
T: DataTypeInfo,{ /* private fields */ }Implementations
sourceimpl<T> SoftMaxBackward<T>where
T: DataTypeInfo,
impl<T> SoftMaxBackward<T>where
T: DataTypeInfo,
sourcepub fn new() -> SoftMaxBackward<T>
pub fn new() -> SoftMaxBackward<T>
Create a SoftMaxForward instance
Trait Implementations
sourceimpl Kernel for SoftMaxBackward<f32>
impl Kernel for SoftMaxBackward<f32>
Auto Trait Implementations
impl<T> RefUnwindSafe for SoftMaxBackward<T>where
T: RefUnwindSafe,
impl<T> Send for SoftMaxBackward<T>where
T: Send,
impl<T> Sync for SoftMaxBackward<T>where
T: Sync,
impl<T> Unpin for SoftMaxBackward<T>where
T: Unpin,
impl<T> UnwindSafe for SoftMaxBackward<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more