2 writes to _host
Microsoft.ML.Ensemble (2)
OutputCombiners\Voting.cs (2)
37_host = env.Register(LoaderSignature); 43_host = env.Register(LoaderSignature);
5 references to _host
Microsoft.ML.Ensemble (5)
OutputCombiners\Voting.cs (5)
44_host.AssertValue(ctx); 49_host.CheckDecode(cbFloat == sizeof(Single)); 62_host.CheckValue(ctx, nameof(ctx)); 78_host.AssertNonEmpty(src); 79_host.Assert(weights == null || Utils.Size(weights) == Utils.Size(src));