Enum arrayfire::ConvDomain
[−]
[src]
#[repr(C)]pub enum ConvDomain { AUTO, SPATIAL, FREQUENCY, }
Helps determine if convolution is in Spatial or Frequency domain
Variants
AUTOArrayFire chooses whether the convolution will be in spatial domain or frequency domain
SPATIALConvoltion in spatial domain
FREQUENCYConvolution in frequency domain
Trait Implementations
impl Clone for ConvDomain[src]
fn clone(&self) -> ConvDomain
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 ConvDomain[src]
impl Debug for ConvDomain[src]
impl PartialEq for ConvDomain[src]
fn eq(&self, __arg_0: &ConvDomain) -> 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 !=.
impl From<i32> for ConvDomain[src]
fn from(t: i32) -> ConvDomain
Performs the conversion.