1 write to _cellBlocks
Microsoft.ML.Data (1)
Model\Pfa\PfaContext.cs (1)
103
_cellBlocks
= new List<CellBlock>();
4 references to _cellBlocks
Microsoft.ML.Data (4)
Model\Pfa\PfaContext.cs (4)
116
if (
_cellBlocks
.Count > 0)
119
foreach (var cell in
_cellBlocks
)
191
_cellBlocks
.Add(new CellBlock(name, type, init));
207
public bool ContainsCell(string name) =>
_cellBlocks
.Any(c => c.Name == name);