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);
130
return new MultiCountTable(
_host
, countTables);