Enum arrayfire::ConvMode
[−]
[src]
#[repr(C)]pub enum ConvMode { DEFAULT, EXPAND, }
Helps determine the size of output of convolution
Variants
DEFAULTDefault convolution mode where output size is same as input size
EXPANDOutput of convolution is expanded based on signal and filter sizes
Trait Implementations
impl Clone for ConvMode[src]
fn clone(&self) -> ConvMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for ConvMode[src]
impl Debug for ConvMode[src]
impl PartialEq for ConvMode[src]
fn eq(&self, __arg_0: &ConvMode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.