Trait coaster_nn::ConvolutionConfig
source · pub trait ConvolutionConfig<F> {
// Provided method
fn workspace_size(&self) -> usize { ... }
}
Expand description
Provides Convolution Config functionality.
Needs to be implemented for Operation specific configurations.
Provided Methods§
sourcefn workspace_size(&self) -> usize
fn workspace_size(&self) -> usize
Returns the largest workspace size in bytes needed for any of the convolution operations.