Search Results for

    Show / Hide Table of Contents

    Class DistributedCommunicationExpression

    Attached to an index array.

    Inheritance
    Object
    DistributedCommunicationExpression
    Implements
    ICompilerAttribute
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Models.Attributes
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class DistributedCommunicationExpression : ICompilerAttribute

    Constructors

    DistributedCommunicationExpression(IExpression, IExpression)

    Creates a new DistributedCommunication attribute

    Declaration
    public DistributedCommunicationExpression(IExpression arrayIndicesToSendExpression, IExpression arrayIndicesToReceiveExpression)
    Parameters
    Type Name Description
    IExpression arrayIndicesToSendExpression
    IExpression arrayIndicesToReceiveExpression

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    ICompilerAttribute
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.