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)
277
return new CMCountTable(tables, priorCounts, _depth,
_width
);
285
int idx = (int)(Hashing.MixHash(Hashing.MurmurRound(hash, (uint)i)) %
_width
);