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));