Enum arrayfire::ConvDomain [] [src]

#[repr(C)]
pub enum ConvDomain { AUTO, SPATIAL, FREQUENCY, }

Helps determine if convolution is in Spatial or Frequency domain

Variants

ArrayFire chooses whether the convolution will be in spatial domain or frequency domain

Convoltion in spatial domain

Convolution in frequency domain

Trait Implementations

impl Clone for ConvDomain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConvDomain
[src]

impl Debug for ConvDomain
[src]

Formats the value using the given formatter.

impl PartialEq for ConvDomain
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<i32> for ConvDomain
[src]

Performs the conversion.