2 writes to _host
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
400_host = env.Register(LoaderSignature); 426_host = env.Register(LoaderSignature);
8 references to _host
Microsoft.ML.FastTree (8)
TreeEnsembleFeaturizer.cs (8)
401_host.CheckValue(args, nameof(args)); 402_host.CheckValue(predictor, nameof(predictor)); 418_host.Check(_ensemble != null, "Predictor in model file does not have compatible type"); 427_host.AssertValue(ctx); 445_host.CheckValue(ctx, nameof(ctx)); 455_host.AssertValue(_ensemble); 498_host.Assert(i == _totalLeafCount); 518_host.Assert(i == totalNodeCount);