| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.v2.enums | |
| org.nd4j.parameterserver.distributed.v2.transport | |
| org.nd4j.parameterserver.distributed.v2.transport.impl |
| Modifier and Type | Method and Description |
|---|---|
static PropagationMode |
PropagationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationMode[] |
PropagationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.propagateMessage(VoidMessage message,
PropagationMode mode)
This method will send message to the network, using tree structure
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AeronUdpTransport.propagateArrayMessage(INDArrayMessage message,
PropagationMode mode) |
protected void |
BaseTransport.propagateArrayMessage(INDArrayMessage message,
PropagationMode mode) |
protected void |
BaseTransport.propagateBroadcastableMessage(@NonNull BroadcastableMessage voidMessage,
PropagationMode mode) |
void |
BaseTransport.propagateMessage(@NonNull VoidMessage voidMessage,
PropagationMode mode) |
Copyright © 2021. All rights reserved.