2 writes to _host
Microsoft.ML.Ensemble (2)
OutputCombiners\Median.cs (2)
40
_host
= env.Register(LoaderSignature);
46
_host
= env.Register(LoaderSignature);
4 references to _host
Microsoft.ML.Ensemble (4)
OutputCombiners\Median.cs (4)
51
_host
.CheckDecode(cbFloat == sizeof(Single));
64
_host
.CheckValue(ctx, nameof(ctx));
83
_host
.AssertNonEmpty(src);
84
_host
.Assert(weights == null || Utils.Size(weights) == Utils.Size(src));