public class DistributedAssignMessage extends BaseVoidMessage implements DistributedMessage
clipboard, messageType, originatorId, retransmitCount, role, shardIndex, storage, targetId, taskId, trainer, transport, voidConfiguration| Modifier | Constructor and Description |
|---|---|
protected |
DistributedAssignMessage() |
|
DistributedAssignMessage(Integer key,
org.nd4j.linalg.api.ndarray.INDArray payload) |
|
DistributedAssignMessage(Integer key,
int index,
double value) |
| Modifier and Type | Method and Description |
|---|---|
void |
processMessage()
This method assigns specific value to either specific row, or whole array.
|
asBytes, asUnsafeBuffer, attachContext, extractContext, getMessageType, incrementRetransmitCount, isBlockingMessage, isJoinSupported, joinMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasBytes, asUnsafeBuffer, attachContext, extractContext, fromBytes, getMessageType, getOriginatorId, getRetransmitCount, getTargetId, getTaskId, incrementRetransmitCount, isBlockingMessage, isJoinSupported, joinMessage, setOriginatorId, setTargetIdprotected DistributedAssignMessage()
public DistributedAssignMessage(@NonNull
Integer key,
int index,
double value)
public DistributedAssignMessage(@NonNull
Integer key,
org.nd4j.linalg.api.ndarray.INDArray payload)
public void processMessage()
processMessage in interface VoidMessageCopyright © 2017. All rights reserved.