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