pub fn load_layer(
model: &Arc<CmfModel>,
cfg: &Dsv41Cfg,
li: usize,
) -> Result<Dsv41Layer, String>Expand description
Load one V4.1 layer. The loader accepts both the canonical names emitted
by the V4.1 converter and the upstream ffn.* spelling, which keeps toy
fixtures useful while the large source is converted in a separate job.