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)
23
private readonly List<
CellBlock
> _cellBlocks;
103
_cellBlocks = new List<
CellBlock
>();
119
foreach (
var
cell in _cellBlocks)