1 write to Host
Microsoft.ML.Transforms (1)
Dracula\MultiCountTable.cs (1)
47
Host
= env.Register(registrationName);
13 references to Host
Microsoft.ML.Transforms (13)
Dracula\MultiCountTable.cs (13)
145
Host
.Check(0 <= iCol && iCol < ColCount, nameof(iCol));
146
Host
.Check(0 <= iSlot && iSlot < SlotCount[iCol], nameof(iSlot));
171
Host
.CheckValue(ctx, nameof(ctx));
181
Host
.Assert(_countTables.Length > 0);
187
Host
.Assert(size > 0);
200
Host
.CheckValue(ctx, nameof(ctx));
210
Host
.CheckDecode(n > 0);
215
Host
.CheckDecode(size > 0);
221
ctx.LoadModel<CountTableBase, SignatureLoadModel>(
Host
, out _countTables[i][j], tableName);
298
Host
.Check(0 <= iCol && iCol < ColCount, nameof(iCol));
299
Host
.Check(0 <= iSlot && iSlot < SlotCount[iCol], nameof(iSlot));
345
Host
.CheckValue(ctx, nameof(ctx));
356
ctx.LoadModel<CountTableBase, SignatureLoadModel>(
Host
, out _baseTable, "BaseTable");