| Package | Description |
|---|---|
| org.nd4j.parameterserver.updater | |
| org.nd4j.parameterserver.updater.storage |
| Modifier and Type | Field and Description |
|---|---|
protected UpdateStorage |
BaseParameterUpdater.updateStorage |
| Constructor and Description |
|---|
BaseParameterUpdater(UpdateStorage updateStorage)
Initialize this updater
with a custom update storage
|
BaseParameterUpdater(UpdateStorage updateStorage,
NDArrayHolder ndArrayHolder) |
SynchronousParameterUpdater(UpdateStorage updateStorage,
int workers)
Initialize this updater
with a custom update storage
|
SynchronousParameterUpdater(UpdateStorage updateStorage,
NDArrayHolder ndArrayHolder,
int workers) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseUpdateStorage |
class |
InMemoryUpdateStorage |
class |
NoUpdateStorage |
Copyright © 2021. All rights reserved.