Modifier and Type | Field and Description |
---|---|
protected Map<String,GraphVertex> |
ComputationGraphConfiguration.vertices |
protected Map<String,GraphVertex> |
ComputationGraphConfiguration.GraphBuilder.vertices |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration.GraphBuilder |
ComputationGraphConfiguration.GraphBuilder.addVertex(String vertexName,
GraphVertex vertex,
String... vertexInputs)
Add a
GraphVertex to the network configuration. |
ComputationGraphConfiguration.GraphBuilder |
ComputationGraphConfiguration.GraphBuilder.appendVertex(String vertexName,
GraphVertex vertex)
Add a
GraphVertex to the network configuration, with input from the last added vertex/layer. |
Modifier and Type | Class and Description |
---|---|
class |
AttentionVertex |
class |
ElementWiseVertex |
class |
FrozenVertex |
class |
L2NormalizeVertex |
class |
L2Vertex |
class |
LayerVertex |
class |
MergeVertex |
class |
PoolHelperVertex |
class |
PreprocessorVertex |
class |
ReshapeVertex |
class |
ScaleVertex |
class |
ShiftVertex |
class |
StackVertex |
class |
SubsetVertex |
class |
UnstackVertex |
Modifier and Type | Method and Description |
---|---|
GraphVertex |
FrozenVertex.clone() |
abstract GraphVertex |
GraphVertex.clone() |
GraphVertex |
LayerVertex.clone() |
GraphVertex |
PreprocessorVertex.clone() |
Constructor and Description |
---|
FrozenVertex(GraphVertex underlying) |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateToTimeSeriesVertex |
class |
LastTimeStepVertex |
class |
ReverseTimeSeriesVertex |
Modifier and Type | Method and Description |
---|---|
GraphVertex |
DuplicateToTimeSeriesVertex.clone() |
GraphVertex |
LastTimeStepVertex.clone() |
Modifier and Type | Class and Description |
---|---|
class |
SameDiffLambdaVertex |
class |
SameDiffVertex |
Modifier and Type | Method and Description |
---|---|
GraphVertex |
SameDiffLambdaVertex.clone() |
Modifier and Type | Method and Description |
---|---|
TransferLearning.GraphBuilder |
TransferLearning.GraphBuilder.addVertex(String vertexName,
GraphVertex vertex,
String... vertexInputs)
Add a vertex of the given configuration to the computation graph
|
Copyright © 2021. All rights reserved.