Enum arrayfire::ConvMode [] [src]

#[repr(C)]
pub enum ConvMode { DEFAULT, EXPAND, }

Helps determine the size of output of convolution

Variants

Default convolution mode where output size is same as input size

Output of convolution is expanded based on signal and filter sizes

Trait Implementations

impl Clone for ConvMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConvMode
[src]

impl Debug for ConvMode
[src]

Formats the value using the given formatter.

impl PartialEq for ConvMode
[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 ConvMode
[src]

Performs the conversion.