示例#1
0
 public static void reduceArgument <T> (Aliencommunicator comm, Operator <T> oper, out T value)
 {
     value = default(T);
 }
示例#2
0
 public static void scatterResult <T> (Aliencommunicator comm, T[] value)
 {
 }
示例#3
0
 public static void receiveOperation(Aliencommunicator comm, out int operId)
 {
     operId = 0;
 }
示例#4
0
 public static void gatherArgument <T> (Aliencommunicator comm, out T[] value)
 {
     value = null;
 }
示例#5
0
 public static void allgatherArgument <T> (Aliencommunicator comm, T value)
 {
 }
 public static void IScan <T> (Aliencommunicator comm, T value)
 {
 }
 public static void alltoAllArgument <T> (Aliencommunicator comm, out T[] value)
 {
     value = null;
 }
 public static void broadcastResult <T> (Aliencommunicator comm, out T value)
 {
     value = default(T);
 }
 public static void reducescatterResult <T> (Aliencommunicator comm, Operator <T> oper, out T value)
 {
     value = default(T);
 }
 public static void Scan <T> (Aliencommunicator comm, Operator <T> oper, out T value)
 {
     value = default(T);
 }
 public static void allgatherResult <T> (Aliencommunicator comm, out T[] value)
 {
     value = null;
 }
 public static void reducescatterArgument <T> (Aliencommunicator comm, T[] value)
 {
 }
 public static void alltoallArgument <T> (Aliencommunicator comm, T[] value)
 {
 }
示例#14
0
 public static void broadcastResult <T> (Aliencommunicator comm, T value)
 {
 }
 public static void allreduceResult <T> (Aliencommunicator comm, T value)
 {
 }
 public static void scatterResult <T> (Aliencommunicator comm, out T value)
 {
     value = default(T);
 }
 public static void scanResult <T> (Aliencommunicator comm, T value)
 {
 }
示例#18
0
 public static void sendOperation(Aliencommunicator comm, int operId)
 {
 }
 public static void alltoallResult <T> (Aliencommunicator comm, T[] value)
 {
 }
示例#20
0
 public static void allreduceArgument <T> (Aliencommunicator comm, T value)
 {
 }
示例#21
0
 public static void gatherResult <T>(Aliencommunicator comm, T value)
 {
 }