2 writes to Root
Microsoft.ML.Core (2)
Environment\HostEnvironmentBase.cs (2)
380
Root
= this as TEnv;
402
Root
= source.Root;
6 references to Root
Microsoft.ML.Core (5)
Environment\ConsoleEnvironment.cs (4)
386
Root
._consoleWriter.GetAndPrintAllProgress(ProgressTracker);
391
Root
._consoleWriter.PrintMessage(src, msg);
446
_root = env.
Root
;
476
return new Channel(
Root
, parent, name, GetDispatchDelegate<ChannelMessage>());
Environment\HostEnvironmentBase.cs (1)
402
Root = source.
Root
;
Microsoft.ML.Data (1)
Utilities\LocalEnvironment.cs (1)
104
return new Channel(
Root
, parent, name, GetDispatchDelegate<ChannelMessage>());