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