2 writes to _host
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
684_host = env.Register(nameof(Transformer)); 720_host = env.Register(nameof(Transformer));
6 references to _host
Microsoft.ML.Transforms (6)
Text\TextFeaturizingEstimator.cs (6)
690_host.CheckValue(inputSchema, nameof(inputSchema)); 696_host.CheckValue(input, nameof(input)); 704_host.CheckValue(inputSchema, nameof(inputSchema)); 710_host.CheckValue(ctx, nameof(ctx)); 721_host.CheckValue(ctx, nameof(ctx)); 756transformer = new TransformWrapper(_host, xf);