| Package | Description |
|---|---|
| org.nd4j.linalg.api.memory | |
| org.nd4j.linalg.api.memory.enums | |
| org.nd4j.linalg.api.memory.provider |
| Modifier and Type | Method and Description |
|---|---|
DebugMode |
MemoryWorkspaceManager.getDebugMode()
This method returns current debug mode active in this JVM
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryWorkspaceManager.setDebugMode(DebugMode mode)
This method allows to enable (and pick one) global debug mode for workspaces
Default value: DISABLED
|
| Modifier and Type | Method and Description |
|---|---|
static DebugMode |
DebugMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugMode[] |
DebugMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SynchronizedObject<DebugMode> |
BasicWorkspaceManager.debugMode |
| Modifier and Type | Method and Description |
|---|---|
DebugMode |
BasicWorkspaceManager.getDebugMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicWorkspaceManager.setDebugMode(DebugMode mode) |
Copyright © 2021. All rights reserved.