Struct coaster_nn::frameworks::native::helper::ConvolutionConfig [] [src]

pub struct ConvolutionConfig {
    pub filter_shape: Vec<usize>,
    pub stride: Vec<i32>,
    pub padding: Vec<i32>,
}

Fields

Trait Implementations

impl Debug for ConvolutionConfig
[src]

Formats the value using the given formatter.

impl Clone for ConvolutionConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, T> NNOperationConfig<T> for ConvolutionConfig where
    T: Add<T, Output = T> + Mul<T, Output = T> + Default + Copy
[src]

impl<'a, T> ConvolutionConfig<T> for ConvolutionConfig where
    T: Add<T, Output = T> + Mul<T, Output = T> + Default + Copy
[src]

Returns the largest workspace size in bytes needed for any of the convolution operations. Read more