Skip to main content

GridConfig

Type Alias GridConfig 

Source
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: usize

Paper symbol N_L: number of residual screening layers represented by the layout grid.

§head_count: usize

Paper symbol N_H: number of parallel gated screening tiles per layer.