| Package | Description |
|---|---|
| org.deeplearning4j.api.storage |
| Modifier and Type | Method and Description |
|---|---|
List<StatsStorageListener> |
StatsStorage.getListeners()
Get a list (shallow copy) of all listeners currently present
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatsStorage.deregisterStatsStorageListener(StatsStorageListener listener)
Remove the specified listener, if it is present.
|
void |
StatsStorage.registerStatsStorageListener(StatsStorageListener listener)
Add a new StatsStorageListener.
|
Copyright © 2017. All rights reserved.