Trait coaster_nn::ConvolutionConfig [] [src]

pub trait ConvolutionConfig<F> {
    fn workspace_size(&self) -> usize { ... }
}

Provides Convolution Config functionality.

Needs to be implemented for Operation specific configurations.

Provided Methods

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

Implementors