Search Results for

    Show / Hide Table of Contents

    Class DistributedCommunication

    Attached to an index array.

    Inheritance
    Object
    DistributedCommunication
    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 DistributedCommunication : ICompilerAttribute

    Constructors

    DistributedCommunication(IModelExpression, IModelExpression)

    Creates a new DistributedCommunication attribute

    Declaration
    public DistributedCommunication(IModelExpression arrayIndicesToSendExpression, IModelExpression arrayIndicesToReceiveExpression)
    Parameters
    Type Name Description
    IModelExpression arrayIndicesToSendExpression
    IModelExpression 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.