Search Results for

    Show / Hide Table of Contents

    Class DistributedCommunicationInfo

    Inheritance
    Object
    DistributedCommunicationInfo
    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
    [Serializable]
    public class DistributedCommunicationInfo

    Fields

    arrayIndicesToReceive

    Declaration
    public int[][][] arrayIndicesToReceive
    Field Value
    Type Description
    Int32[][][]

    arrayIndicesToSend

    Declaration
    public int[][][] arrayIndicesToSend
    Field Value
    Type Description
    Int32[][][]

    arrayLength

    Declaration
    public int arrayLength
    Field Value
    Type Description
    Int32

    indices

    Declaration
    public int[][] indices
    Field Value
    Type Description
    Int32[][]

    Properties

    arrayIndicesToReceiveCount

    Declaration
    public int[][] arrayIndicesToReceiveCount { get; }
    Property Value
    Type Description
    Int32[][]

    arrayIndicesToSendCount

    Declaration
    public int[][] arrayIndicesToSendCount { get; }
    Property Value
    Type Description
    Int32[][]

    indicesCount

    Declaration
    public int[] indicesCount { get; }
    Property Value
    Type Description
    Int32[]
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.