2 writes to _host
Microsoft.ML.Transforms (2)
Dracula\MultiCountTable.cs (2)
72_host = env.Register(RegistrationName); 92_host = env.Register(RegistrationName);
7 references to _host
Microsoft.ML.Transforms (7)
Dracula\MultiCountTable.cs (7)
80_host.Check(size > 0, "vectors of unknown length are not supported"); 95_host.Check(Utils.Size(inputCols) == n, "Inconsistent number of columns"); 101_host.Assert(size > 0); 102_host.Check(size == inputCols[i].Type.GetValueCount(), "Inconsistent number of slots"); 112_host.Assert(0 <= iCol && iCol < _countTableBuilders.Length); 113_host.Assert(0 <= iSlot && iSlot < _countTableBuilders[iCol].Length); 130return new MultiCountTable(_host, countTables);