1 write to _host
Microsoft.ML.Data (1)
EntryPoints\EntryPointNode.cs (1)
992_host = env.Register(RegistrationName);
6 references to _host
Microsoft.ML.Data (6)
EntryPoints\EntryPointNode.cs (6)
993_host.CheckValue(nodes, nameof(nodes)); 995_context = new RunContext(_host); 996_nodes = EntryPointNode.ValidateNodes(_host, _context, nodes); 1012_host.CheckValue(node, nameof(node)); 1013_host.Assert(_nodes.Contains(node)); 1035_host.CheckValue(node, nameof(node));