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. verticesprotected Map<String,GraphVertex>ComputationGraphConfiguration. verticesMethods in org.deeplearning4j.nn.conf with parameters of type GraphVertex Modifier and Type Method Description ComputationGraphConfiguration.GraphBuilderComputationGraphConfiguration.GraphBuilder. addVertex(String vertexName, GraphVertex vertex, String... vertexInputs)Add aGraphVertexto the network configuration.ComputationGraphConfiguration.GraphBuilderComputationGraphConfiguration.GraphBuilder. appendVertex(String vertexName, GraphVertex vertex)Add aGraphVertexto 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 classAttentionVertexclassElementWiseVertexclassFrozenVertexclassL2NormalizeVertexclassL2VertexclassLayerVertexclassMergeVertexclassPoolHelperVertexclassPreprocessorVertexclassReshapeVertexclassScaleVertexclassShiftVertexclassStackVertexclassSubsetVertexclassUnstackVertexMethods in org.deeplearning4j.nn.conf.graph that return GraphVertex Modifier and Type Method Description GraphVertexFrozenVertex. clone()abstract GraphVertexGraphVertex. clone()GraphVertexLayerVertex. clone()GraphVertexPreprocessorVertex. 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 classDuplicateToTimeSeriesVertexclassLastTimeStepVertexclassReverseTimeSeriesVertexMethods in org.deeplearning4j.nn.conf.graph.rnn that return GraphVertex Modifier and Type Method Description GraphVertexDuplicateToTimeSeriesVertex. clone()GraphVertexLastTimeStepVertex. 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 classSameDiffLambdaVertexclassSameDiffVertexMethods in org.deeplearning4j.nn.conf.layers.samediff that return GraphVertex Modifier and Type Method Description GraphVertexSameDiffLambdaVertex. 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.GraphBuilderTransferLearning.GraphBuilder. addVertex(String vertexName, GraphVertex vertex, String... vertexInputs)Add a vertex of the given configuration to the computation graph
-