[][src]Trait ocl_convolution::ConvElement

pub trait ConvElement: OclPrm + Copy + Default + WithParams + 'static {
    type Acc: OclPrm + Copy + Default + 'static;
}

Supported element types for convolutions.

Associated Types

type Acc: OclPrm + Copy + Default + 'static

Type of the multiply-add accumulator.

Loading content...

Implementations on Foreign Types

impl ConvElement for f32[src]

type Acc = f32

impl ConvElement for i8[src]

type Acc = i32

Loading content...

Implementors

Loading content...