1 instantiation of CellBlock
Microsoft.ML.Data (1)
Model\Pfa\PfaContext.cs (1)
191_cellBlocks.Add(new CellBlock(name, type, init));
3 references to CellBlock
Microsoft.ML.Data (3)
Model\Pfa\PfaContext.cs (3)
23private readonly List<CellBlock> _cellBlocks; 103_cellBlocks = new List<CellBlock>(); 119foreach (var cell in _cellBlocks)