pub type GridConfig = ScreeningGridConfig;👎Deprecated:
use ScreeningGridConfig for N_L x N_H naming
Aliased Type§
pub struct GridConfig {
pub layer_count: usize,
pub head_count: usize,
}Fields§
§layer_count: usizePaper symbol N_L: number of residual screening layers represented by
the layout grid.
head_count: usizePaper symbol N_H: number of parallel gated screening tiles per layer.