Package | Description |
---|---|
org.nd4j.jita.allocator.enums | |
org.nd4j.jita.allocator.impl |
Modifier and Type | Method and Description |
---|---|
static Aggressiveness |
Aggressiveness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggressiveness[] |
Aggressiveness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected long |
AtomicAllocator.seekUnusedDevice(Long threadId,
Integer deviceId,
Aggressiveness aggressiveness)
This method seeks for unused device memory allocations, for specified thread and device
|
protected long |
AtomicAllocator.seekUnusedZero(Long bucketId,
Aggressiveness aggressiveness)
This method seeks for unused zero-copy memory allocations
|
Copyright © 2016. All Rights Reserved.