| Package | Description |
|---|---|
| org.nd4j.linalg.api.memory | |
| org.nd4j.linalg.api.memory.enums |
| Modifier and Type | Method and Description |
|---|---|
PagedPointer |
MemoryWorkspace.alloc(long requiredMemory,
MemoryKind kind,
DataBuffer.Type dataType,
boolean initialize)
This method does allocation from a given Workspace
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryKind |
MemoryKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryKind[] |
MemoryKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.