Package | Description |
---|---|
org.deeplearning4j.core.storage | |
org.deeplearning4j.ui.model.storage | |
org.deeplearning4j.ui.model.storage.impl | |
org.deeplearning4j.ui.model.storage.sqlite |
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<StatsStorageListener> |
BaseCollectionStatsStorage.listeners |
Modifier and Type | Method and Description |
---|---|
List<StatsStorageListener> |
BaseCollectionStatsStorage.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
BaseCollectionStatsStorage.deregisterStatsStorageListener(StatsStorageListener listener) |
void |
BaseCollectionStatsStorage.registerStatsStorageListener(StatsStorageListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
QueuePairStatsStorageListener
A very simple
StatsStorageListener , that adds the StatsStorageEvent instances and the specified
StatsStorage instance (i.e., the source) to the specified queue for later processing. |
class |
QueueStatsStorageListener
A very simple
StatsStorageListener , that adds the StatsStorageEvent instances to a provided queue
for later processing. |
Modifier and Type | Method and Description |
---|---|
List<StatsStorageListener> |
J7FileStatsStorage.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
J7FileStatsStorage.deregisterStatsStorageListener(StatsStorageListener listener) |
void |
J7FileStatsStorage.registerStatsStorageListener(StatsStorageListener listener) |
Copyright © 2020. All rights reserved.