| Package | Description |
|---|---|
| org.deeplearning4j.parallelism |
| Modifier and Type | Field and Description |
|---|---|
protected MagicQueue.Type |
MagicQueue.type
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static MagicQueue.Type |
MagicQueue.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MagicQueue.Type[] |
MagicQueue.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MagicQueue.Builder |
MagicQueue.Builder.setType(MagicQueue.Type type) |
| Constructor and Description |
|---|
MagicQueue(int numberOfFlows,
int capacity,
MagicQueue.Type type)
Deprecated.
|
Copyright © 2017. All rights reserved.