Enum coaster_nn::RnnPaddingMode
source · pub enum RnnPaddingMode {
Disabled,
Enabled,
}
Expand description
Enables/Disables the padded input/output [cudnnRNNPaddingMode_t][1] [1]: https://docs.nvidia.com/deeplearning/sdk/cudnn-api/index.html#cudnnRNNPaddingMode_t
Variants§
Trait Implementations§
source§impl Clone for RnnPaddingMode
impl Clone for RnnPaddingMode
source§fn clone(&self) -> RnnPaddingMode
fn clone(&self) -> RnnPaddingMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RnnPaddingMode
impl Debug for RnnPaddingMode
impl Copy for RnnPaddingMode
Auto Trait Implementations§
impl RefUnwindSafe for RnnPaddingMode
impl Send for RnnPaddingMode
impl Sync for RnnPaddingMode
impl Unpin for RnnPaddingMode
impl UnwindSafe for RnnPaddingMode
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