2 writes to _width
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
225_width = width; 243_width = table.Width;
2 references to _width
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
277return new CMCountTable(tables, priorCounts, _depth, _width); 285int idx = (int)(Hashing.MixHash(Hashing.MurmurRound(hash, (uint)i)) % _width);