| Interface | Description |
|---|---|
| WorkspaceMgr<T extends Enum<T>> |
WorkspaceMgr is an interface for managing a set of workspaces, for a set of array types (where the array types
are specified by an enumeration).
|
| Class | Description |
|---|---|
| BaseWorkspaceMgr<T extends Enum<T>> |
A standard/baseline
WorkspaceMgr implementation |
| WorkspacesCloseable |
An
AutoCloseable for multiple workspaces
NOTE: Workspaces are closed in REVERSED order to how they are provided to the costructor;
this is to mirror nested workspace use |
| WorkspaceUtils |
Workspace utility methods
|
| Exception | Description |
|---|---|
| ND4JWorkspaceException |
An exception to specify than a workspace-related error has occurred
|
Copyright © 2018. All rights reserved.