2 writes to Width
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
60
Width
= width;
90
Width
= ctx.Reader.ReadInt32();
6 references to Width
Microsoft.ML.Transforms (6)
Dracula\CMCountTable.cs (6)
61
Contracts.Check(
Width
> 0, "width must be positive");
62
Contracts.Check(tables.All(t => t.All(t2 => t2.Max(kvp => kvp.Key) <
Width
)), "Keys must be between 0 and Width - 1");
91
env.CheckDecode(
Width
> 0);
128
ctx.Writer.Write(
Width
);
155
int iwidth = (int)(Hashing.MixHash(Hashing.MurmurRound(hash, (uint)idepth)) %
Width
);
243
_width = table.
Width
;