Uses of Class
org.deeplearning4j.nn.conf.graph.GraphVertex
-
-
Uses of GraphVertex in org.deeplearning4j.nn.conf
Fields in org.deeplearning4j.nn.conf with type parameters of type GraphVertex Modifier and Type Field Description protected Map<String,GraphVertex>
ComputationGraphConfiguration.GraphBuilder. vertices
protected Map<String,GraphVertex>
ComputationGraphConfiguration. vertices
Methods in org.deeplearning4j.nn.conf with parameters of type GraphVertex Modifier and Type Method Description ComputationGraphConfiguration.GraphBuilder
ComputationGraphConfiguration.GraphBuilder. addVertex(String vertexName, GraphVertex vertex, String... vertexInputs)
Add aGraphVertex
to the network configuration.ComputationGraphConfiguration.GraphBuilder
ComputationGraphConfiguration.GraphBuilder. appendVertex(String vertexName, GraphVertex vertex)
Add aGraphVertex
to the network configuration, with input from the last added vertex/layer. -
Uses of GraphVertex in org.deeplearning4j.nn.conf.graph
Subclasses of GraphVertex in org.deeplearning4j.nn.conf.graph Modifier and Type Class 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
Methods in org.deeplearning4j.nn.conf.graph that return GraphVertex Modifier and Type Method Description GraphVertex
FrozenVertex. clone()
abstract GraphVertex
GraphVertex. clone()
GraphVertex
LayerVertex. clone()
GraphVertex
PreprocessorVertex. clone()
Constructors in org.deeplearning4j.nn.conf.graph with parameters of type GraphVertex Constructor Description FrozenVertex(GraphVertex underlying)
-
Uses of GraphVertex in org.deeplearning4j.nn.conf.graph.rnn
Subclasses of GraphVertex in org.deeplearning4j.nn.conf.graph.rnn Modifier and Type Class Description class
DuplicateToTimeSeriesVertex
class
LastTimeStepVertex
class
ReverseTimeSeriesVertex
Methods in org.deeplearning4j.nn.conf.graph.rnn that return GraphVertex Modifier and Type Method Description GraphVertex
DuplicateToTimeSeriesVertex. clone()
GraphVertex
LastTimeStepVertex. clone()
-
Uses of GraphVertex in org.deeplearning4j.nn.conf.layers.samediff
Subclasses of GraphVertex in org.deeplearning4j.nn.conf.layers.samediff Modifier and Type Class Description class
SameDiffLambdaVertex
class
SameDiffVertex
Methods in org.deeplearning4j.nn.conf.layers.samediff that return GraphVertex Modifier and Type Method Description GraphVertex
SameDiffLambdaVertex. clone()
-
Uses of GraphVertex in org.deeplearning4j.nn.transferlearning
Methods in org.deeplearning4j.nn.transferlearning with parameters of type GraphVertex Modifier and Type Method Description TransferLearning.GraphBuilder
TransferLearning.GraphBuilder. addVertex(String vertexName, GraphVertex vertex, String... vertexInputs)
Add a vertex of the given configuration to the computation graph
-