T
- Class which is to be wrapped.public interface ApiWrapper<T>
Modifier and Type | Method and Description |
---|---|
T |
getBackend()
Access the DL4J backend.
|
void |
initializeBackend()
Initialize the DL4J backend.
|
void |
setBackend(T newBackend)
Set the DL4J backend.
|
T getBackend()
void setBackend(T newBackend)
newBackend
- Backend that should be wrapped by this classvoid initializeBackend()