- shouldReplicate() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
-
Returns true if
the updater has accumulated enough ndarrays to
replicate to the workers
- shouldReplicate() - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
-
Returns true if
the updater has accumulated enough ndarrays to
replicate to the workers
- shouldReplicate() - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
-
Returns true if
the updater has accumulated enough ndarrays to
replicate to the workers
- shouldReplicate() - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
-
Returns true if
the updater has accumulated enough ndarrays to
replicate to the workers
- slaveConnectionInfo() - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
-
When this is a slave node
it returns the connection url for this node
and the associated master connection urls in the form of:
host:port:streamId
- SoftSyncParameterUpdater - Class in org.nd4j.parameterserver.updater
-
- SoftSyncParameterUpdater() - Constructor for class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
-
- status() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
-
Returns the current status of this parameter server
updater
- status() - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
-
Returns the current status of this parameter server
updater
- status() - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
-
Returns the current status of this parameter server
updater
- status() - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
-
Returns the current status of this parameter server
updater
- subscriberLaunched() - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
-
Returns true if the subscriber is launched
- SynchronousParameterUpdater - Class in org.nd4j.parameterserver.updater
-
- SynchronousParameterUpdater(UpdateStorage, NDArrayHolder, int) - Constructor for class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
-
- SynchronousParameterUpdater(UpdateStorage, int) - Constructor for class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
-
Initialize this updater
with a custom update storage
- SynchronousParameterUpdater(int) - Constructor for class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
-