| Package | Description |
|---|---|
| org.deeplearning4j.parallelism | |
| org.deeplearning4j.parallelism.inference |
| Modifier and Type | Field and Description |
|---|---|
static InferenceMode |
ParallelInference.DEFAULT_INFERENCE_MODE |
| Modifier and Type | Method and Description |
|---|---|
ParallelInference.Builder |
ParallelInference.Builder.inferenceMode(InferenceMode inferenceMode)
This method allows you to define mode that'll be used during inference.
|
| Modifier and Type | Method and Description |
|---|---|
static InferenceMode |
InferenceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferenceMode[] |
InferenceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.