2 overrides of Depth
Microsoft.ML.Core (2)
Environment\HostEnvironmentBase.cs (2)
158public override int Depth { get; } 361public override int Depth => 0;
1 reference to Depth
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
174Depth = parent.Depth + 1;