#[repr(i32)]pub enum cudnnSoftmaxAlgorithm_t {
Fast = 0,
Accurate = 1,
Log = 2,
}Expand description
Enum mirroring cudnnSoftmaxAlgorithm_t.
Variants§
Trait Implementations§
Source§impl Clone for cudnnSoftmaxAlgorithm_t
impl Clone for cudnnSoftmaxAlgorithm_t
Source§fn clone(&self) -> cudnnSoftmaxAlgorithm_t
fn clone(&self) -> cudnnSoftmaxAlgorithm_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cudnnSoftmaxAlgorithm_t
Source§impl Debug for cudnnSoftmaxAlgorithm_t
impl Debug for cudnnSoftmaxAlgorithm_t
impl Eq for cudnnSoftmaxAlgorithm_t
Source§impl PartialEq for cudnnSoftmaxAlgorithm_t
impl PartialEq for cudnnSoftmaxAlgorithm_t
Source§fn eq(&self, other: &cudnnSoftmaxAlgorithm_t) -> bool
fn eq(&self, other: &cudnnSoftmaxAlgorithm_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for cudnnSoftmaxAlgorithm_t
Auto Trait Implementations§
impl Freeze for cudnnSoftmaxAlgorithm_t
impl RefUnwindSafe for cudnnSoftmaxAlgorithm_t
impl Send for cudnnSoftmaxAlgorithm_t
impl Sync for cudnnSoftmaxAlgorithm_t
impl Unpin for cudnnSoftmaxAlgorithm_t
impl UnsafeUnpin for cudnnSoftmaxAlgorithm_t
impl UnwindSafe for cudnnSoftmaxAlgorithm_t
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