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