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