| Package | Description |
|---|---|
| org.nd4j.linalg.api.ops.performance | |
| org.nd4j.linalg.api.ops.performance.primitives | |
| org.nd4j.linalg.memory |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Map<MemcpyDirection,Long>> |
PerformanceTracker.getCurrentBandwidth() |
| Modifier and Type | Method and Description |
|---|---|
long |
PerformanceTracker.addMemoryTransaction(int deviceId,
long timeSpentNanos,
long numberOfBytes,
MemcpyDirection direction)
This method stores bandwidth used for given transaction.
|
void |
PerformanceTracker.helperRegisterTransaction(int deviceId,
long timeSpentNanos,
long numberOfBytes,
MemcpyDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
AveragingTransactionsHolder.addValue(MemcpyDirection direction,
Long value) |
Long |
AveragingTransactionsHolder.getAverageValue(MemcpyDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
static MemcpyDirection |
MemcpyDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemcpyDirection[] |
MemcpyDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.