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