Trait coaster_nn::ConvolutionConfig[][src]

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

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.

Implementations on Foreign Types

Implementors