Class ParallelScheduler.NodeLocation
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.Graphs
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class NodeLocation
Constructors
NodeLocation(Int32, Int32)
Declaration
public NodeLocation(int process, int localIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | process | |
| Int32 | localIndex |
Fields
LocalIndex
Declaration
public readonly int LocalIndex
Field Value
| Type | Description |
|---|---|
| Int32 |
Process
Declaration
public readonly int Process
Field Value
| Type | Description |
|---|---|
| Int32 |