2 writes to _host
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
692_host = env.Register(nameof(Transformer)); 728_host = env.Register(nameof(Transformer));
6 references to _host
Microsoft.ML.Transforms (6)
Text\TextFeaturizingEstimator.cs (6)
698_host.CheckValue(inputSchema, nameof(inputSchema)); 704_host.CheckValue(input, nameof(input)); 712_host.CheckValue(inputSchema, nameof(inputSchema)); 718_host.CheckValue(ctx, nameof(ctx)); 729_host.CheckValue(ctx, nameof(ctx)); 764transformer = new TransformWrapper(_host, xf);