public class AllReduceBatchOperation extends AbstractParallelOperation
| Modifier and Type | Class and Description |
|---|---|
static class |
AllReduceBatchOperation.ReduceFnImpl |
| Modifier and Type | Field and Description |
|---|---|
protected BAllReduce |
op |
channel, config, inEdge, logicalPlan, outMessages, syncs| Constructor and Description |
|---|
AllReduceBatchOperation(Config config,
Communicator network,
LogicalPlan tPlan,
java.util.Set<java.lang.Integer> sources,
java.util.Set<java.lang.Integer> dest,
Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
BaseOperation |
getOp() |
boolean |
send(int source,
IMessage message,
int flags)
Send a message over the operation
|
close, finish, isComplete, progress, register, registerSync, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendBarrierprotected BAllReduce op
public AllReduceBatchOperation(Config config, Communicator network, LogicalPlan tPlan, java.util.Set<java.lang.Integer> sources, java.util.Set<java.lang.Integer> dest, Edge edge)
public boolean send(int source,
IMessage message,
int flags)
IParallelOperationsource - sourcemessage - the messagepublic BaseOperation getOp()