Skip navigation links
A B C D F G I M N O P R S T U V 

A

addUpdate(NDArrayMessage) - Method in class org.nd4j.parameterserver.updater.storage.InMemoryUpdateStorage
Add an ndarray to the storage
addUpdate(NDArrayMessage) - Method in class org.nd4j.parameterserver.updater.storage.NoUpdateStorage
Add an ndarray to the storage
addUpdate(NDArrayMessage) - Method in interface org.nd4j.parameterserver.updater.storage.UpdateStorage
Add an ndarray to the storage
asState() - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
Return the current SubscriberState of this subscriber

B

BaseParameterUpdater - Class in org.nd4j.parameterserver.updater
 
BaseParameterUpdater(UpdateStorage, NDArrayHolder) - Constructor for class org.nd4j.parameterserver.updater.BaseParameterUpdater
 
BaseParameterUpdater(UpdateStorage) - Constructor for class org.nd4j.parameterserver.updater.BaseParameterUpdater
Initialize this updater with a custom update storage
BaseParameterUpdater() - Constructor for class org.nd4j.parameterserver.updater.BaseParameterUpdater
Initializes this updater with InMemoryUpdateStorage
BaseUpdateStorage - Class in org.nd4j.parameterserver.updater.storage
 
BaseUpdateStorage() - Constructor for class org.nd4j.parameterserver.updater.storage.BaseUpdateStorage
 

C

CheckSocket - Class in org.nd4j.parameterserver.util
 
CheckSocket() - Constructor for class org.nd4j.parameterserver.util.CheckSocket
 
clear() - Method in class org.nd4j.parameterserver.updater.storage.InMemoryUpdateStorage
Clear the array storage
clear() - Method in class org.nd4j.parameterserver.updater.storage.NoUpdateStorage
Clear the array storage
clear() - Method in interface org.nd4j.parameterserver.updater.storage.UpdateStorage
Clear the array storage
close() - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
 
close() - Method in class org.nd4j.parameterserver.updater.storage.BaseUpdateStorage
Close the database
close() - Method in interface org.nd4j.parameterserver.updater.storage.UpdateStorage
Close the database
CUSTOM_UPDATE_TYPE - Static variable in class org.nd4j.parameterserver.ParameterServerSubscriber
Specify a custom class as a jvm arg.

D

doGetUpdate(int) - Method in class org.nd4j.parameterserver.updater.storage.BaseUpdateStorage
A method for actually performing the implementation of retrieving the ndarray
doGetUpdate(int) - Method in class org.nd4j.parameterserver.updater.storage.InMemoryUpdateStorage
A method for actually performing the implementation of retrieving the ndarray
doGetUpdate(int) - Method in class org.nd4j.parameterserver.updater.storage.NoUpdateStorage
A method for actually performing the implementation of retrieving the ndarray

F

finish() - Method in class org.nd4j.parameterserver.ParameterServerListener
Do a final divide for averaging

G

getContext() - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
 
getMasterArray() - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
Get the master ndarray from the internal NDArrayHolder
getUpdate(int) - Method in class org.nd4j.parameterserver.updater.storage.BaseUpdateStorage
Get the update at the specified index
getUpdate(int) - Method in interface org.nd4j.parameterserver.updater.storage.UpdateStorage
Get the update at the specified index

I

InMemoryUpdateStorage - Class in org.nd4j.parameterserver.updater.storage
 
InMemoryUpdateStorage() - Constructor for class org.nd4j.parameterserver.updater.storage.InMemoryUpdateStorage
 
isAsync() - Method in class org.nd4j.parameterserver.updater.BaseParameterUpdater
Returns true if the given updater is async or synchronous updates
isAsync() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Returns true if the given updater is async or synchronous updates
isAsync() - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
Returns true if the given updater is async or synchronous updates
isReady() - Method in class org.nd4j.parameterserver.updater.BaseParameterUpdater
Returns true if the updater is ready for a new array
isReady() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Returns true if the updater is ready for a new array

M

main(String[]) - Static method in class org.nd4j.parameterserver.ParameterServerSubscriber
 
masterConnectionInfo() - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
When this is a master node, it returns the connection url for this node, it's slaves (if any exist) and the responder connection url in the form of: host:port:streamId

N

ndArrayHolder - Variable in class org.nd4j.parameterserver.updater.BaseParameterUpdater
 
ndArrayHolder() - Method in class org.nd4j.parameterserver.updater.BaseParameterUpdater
Get the ndarray holder for this updater
ndArrayHolder() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Get the ndarray holder for this updater
NoUpdateStorage - Class in org.nd4j.parameterserver.updater.storage
 
NoUpdateStorage() - Constructor for class org.nd4j.parameterserver.updater.storage.NoUpdateStorage
 
numUpdates() - Method in class org.nd4j.parameterserver.updater.BaseParameterUpdater
Num updates passed through the updater
numUpdates() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Num updates passed through the updater
numUpdates() - Method in class org.nd4j.parameterserver.updater.storage.InMemoryUpdateStorage
The number of updates added to the update storage
numUpdates() - Method in class org.nd4j.parameterserver.updater.storage.NoUpdateStorage
The number of updates added to the update storage
numUpdates() - Method in interface org.nd4j.parameterserver.updater.storage.UpdateStorage
The number of updates added to the update storage

O

onNDArray(INDArray) - Method in class org.nd4j.parameterserver.ParameterServerListener
Setup an ndarray
onNDArray(INDArray) - Method in class org.nd4j.parameterserver.PublishingListener
Setup an ndarray
onNDArrayMessage(NDArrayMessage) - Method in class org.nd4j.parameterserver.ParameterServerListener
A listener for ndarray message
onNDArrayMessage(NDArrayMessage) - Method in class org.nd4j.parameterserver.PublishingListener
A listener for ndarray message
onNDArrayPartial(INDArray, long, int...) - Method in class org.nd4j.parameterserver.ParameterServerListener
Used for partial updates using tensor along dimension
onNDArrayPartial(INDArray, long, int...) - Method in class org.nd4j.parameterserver.PublishingListener
Used for partial updates using tensor along dimension
org.nd4j.parameterserver - package org.nd4j.parameterserver
 
org.nd4j.parameterserver.updater - package org.nd4j.parameterserver.updater
 
org.nd4j.parameterserver.updater.storage - package org.nd4j.parameterserver.updater.storage
 
org.nd4j.parameterserver.util - package org.nd4j.parameterserver.util
 

P

ParameterServerListener - Class in org.nd4j.parameterserver
 
ParameterServerListener(int[], int) - Constructor for class org.nd4j.parameterserver.ParameterServerListener
Shape of the ndarray
ParameterServerListener(int[]) - Constructor for class org.nd4j.parameterserver.ParameterServerListener
Shape of the ndarray
ParameterServerListener(int[], ParameterServerUpdater) - Constructor for class org.nd4j.parameterserver.ParameterServerListener
 
ParameterServerSubscriber - Class in org.nd4j.parameterserver
 
ParameterServerSubscriber(MediaDriver) - Constructor for class org.nd4j.parameterserver.ParameterServerSubscriber
Allow passing in a media driver that already exists
ParameterServerSubscriber.UpdateType - Enum in org.nd4j.parameterserver
Update types are for instantiating various kinds of update types
ParameterServerUpdater - Interface in org.nd4j.parameterserver.updater
A parameter server updater for applying updates on the parameter server
partialUpdate(INDArray, INDArray, long, int...) - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Updates result based on arr along a particular INDArray#tensorAlongDimension(int, int...)
partialUpdate(INDArray, INDArray, long, int...) - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
Updates result based on arr along a particular INDArray#tensorAlongDimension(int, int...)
partialUpdate(INDArray, INDArray, long, int...) - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
Updates result based on arr along a particular INDArray#tensorAlongDimension(int, int...)
partialUpdate(INDArray, INDArray, long, int...) - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
Updates result based on arr along a particular INDArray#tensorAlongDimension(int, int...)
PublishingListener - Class in org.nd4j.parameterserver
Publishing listener for publishing to a master url.
PublishingListener() - Constructor for class org.nd4j.parameterserver.PublishingListener
 

R

remotePortTaken(String, int, int) - Static method in class org.nd4j.parameterserver.util.CheckSocket
Check if a remote port is taken
requiredUpdatesForPass() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Returns the number of required updates for a new pass
requiredUpdatesForPass() - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
Returns the number of required updates for a new pass
requiredUpdatesForPass() - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
Returns the number of required updates for a new pass
requiredUpdatesForPass() - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
Returns the number of required updates for a new pass
reset() - Method in class org.nd4j.parameterserver.updater.BaseParameterUpdater
Reset internal counters such as number of updates accumulated.
reset() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Reset internal counters such as number of updates accumulated.
reset() - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
Reset internal counters such as number of updates accumulated.
reset() - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
Reset internal counters such as number of updates accumulated.
run(String[]) - Method in class org.nd4j.parameterserver.ParameterServerSubscriber
 

S

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
Initializes this updater with InMemoryUpdateStorage

T

TimeDelayedParameterUpdater - Class in org.nd4j.parameterserver.updater
 
TimeDelayedParameterUpdater() - Constructor for class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
 
toJson() - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Serialize this updater as json
toJson() - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
Serialize this updater as json
toJson() - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
Serialize this updater as json
toJson() - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
Serialize this updater as json

U

update(NDArrayMessage) - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Do an update based on the ndarray message.
update(INDArray, INDArray) - Method in interface org.nd4j.parameterserver.updater.ParameterServerUpdater
Updates result based on arr
update(NDArrayMessage) - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
Do an update based on the ndarray message.
update(INDArray, INDArray) - Method in class org.nd4j.parameterserver.updater.SoftSyncParameterUpdater
Updates result based on arr
update(NDArrayMessage) - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
Do an update based on the ndarray message.
update(INDArray, INDArray) - Method in class org.nd4j.parameterserver.updater.SynchronousParameterUpdater
Updates result based on arr
update(NDArrayMessage) - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
Do an update based on the ndarray message.
update(INDArray, INDArray) - Method in class org.nd4j.parameterserver.updater.TimeDelayedParameterUpdater
Updates result based on arr
updateStorage - Variable in class org.nd4j.parameterserver.updater.BaseParameterUpdater
 
UpdateStorage - Interface in org.nd4j.parameterserver.updater.storage
 

V

valueOf(String) - Static method in enum org.nd4j.parameterserver.ParameterServerSubscriber.UpdateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nd4j.parameterserver.ParameterServerSubscriber.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G I M N O P R S T U V 
Skip navigation links

Copyright © 2021. All rights reserved.