Search Results for

    Show / Hide Table of Contents

    Class ParallelScheduler.NodeLocation

    Inheritance
    Object
    ParallelScheduler.NodeLocation
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.