| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf | |
| org.deeplearning4j.nn.transferlearning |
| Modifier and Type | Field and Description |
|---|---|
protected WorkspaceMode |
NeuralNetConfiguration.Builder.inferenceWorkspaceMode |
protected WorkspaceMode |
ComputationGraphConfiguration.inferenceWorkspaceMode |
protected WorkspaceMode |
MultiLayerConfiguration.inferenceWorkspaceMode |
protected WorkspaceMode |
MultiLayerConfiguration.Builder.inferenceWorkspaceMode |
protected WorkspaceMode |
NeuralNetConfiguration.Builder.trainingWorkspaceMode |
protected WorkspaceMode |
ComputationGraphConfiguration.trainingWorkspaceMode |
protected WorkspaceMode |
MultiLayerConfiguration.trainingWorkspaceMode |
protected WorkspaceMode |
MultiLayerConfiguration.Builder.trainingWorkspaceMode |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceMode |
WorkspaceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceMode[] |
WorkspaceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetConfiguration.Builder |
NeuralNetConfiguration.Builder.inferenceWorkspaceMode(WorkspaceMode workspaceMode)
This method defines Workspace mode being used during inference:
NONE: workspace won't be used
SINGLE: one workspace will be used during whole iteration loop
SEPARATE: separate workspaces will be used for feedforward and backprop iteration loops
|
MultiLayerConfiguration.Builder |
MultiLayerConfiguration.Builder.inferenceWorkspaceMode(WorkspaceMode workspaceMode)
This method defines Workspace mode being used during inference:
NONE: workspace won't be used
SINGLE: one workspace will be used during whole iteration loop
SEPARATE: separate workspaces will be used for feedforward and backprop iteration loops
|
NeuralNetConfiguration.Builder |
NeuralNetConfiguration.Builder.trainingWorkspaceMode(WorkspaceMode workspaceMode)
This method defines Workspace mode being used during training:
NONE: workspace won't be used
SINGLE: one workspace will be used during whole iteration loop
SEPARATE: separate workspaces will be used for feedforward and backprop iteration loops
|
MultiLayerConfiguration.Builder |
MultiLayerConfiguration.Builder.trainingWorkspaceMode(WorkspaceMode workspaceMode)
This method defines Workspace mode being used during training:
NONE: workspace won't be used
SINGLE: one workspace will be used during whole iteration loop
SEPARATE: separate workspaces will be used for feedforward and backprop iteration loops
|
| Modifier and Type | Method and Description |
|---|---|
TransferLearning.GraphBuilder |
TransferLearning.GraphBuilder.setWorkspaceMode(WorkspaceMode workspaceMode) |
Copyright © 2017. All rights reserved.