Uses of Interface
org.deeplearning4j.nn.graph.vertex.GraphVertex
-
-
Uses of GraphVertex in org.deeplearning4j.nn.conf.graph
Methods in org.deeplearning4j.nn.conf.graph that return GraphVertex Modifier and Type Method Description GraphVertex
ElementWiseVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
FrozenVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
abstract GraphVertex
GraphVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
Create aGraphVertex
instance, for the given computation graph, given the configuration instance.GraphVertex
L2NormalizeVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
L2Vertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
LayerVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
MergeVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
PoolHelperVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
PreprocessorVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
ReshapeVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
ScaleVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
ShiftVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
StackVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
SubsetVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
GraphVertex
UnstackVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
-
Uses of GraphVertex in org.deeplearning4j.nn.conf.graph.rnn
Methods in org.deeplearning4j.nn.conf.graph.rnn that return GraphVertex Modifier and Type Method Description GraphVertex
DuplicateToTimeSeriesVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
-
Uses of GraphVertex in org.deeplearning4j.nn.conf.layers.samediff
Methods in org.deeplearning4j.nn.conf.layers.samediff that return GraphVertex Modifier and Type Method Description GraphVertex
SameDiffVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
-
Uses of GraphVertex in org.deeplearning4j.nn.graph
Fields in org.deeplearning4j.nn.graph declared as GraphVertex Modifier and Type Field Description protected GraphVertex[]
ComputationGraph. vertices
All GraphVertex objects in the network.Fields in org.deeplearning4j.nn.graph with type parameters of type GraphVertex Modifier and Type Field Description protected Map<String,GraphVertex>
ComputationGraph. verticesMap
Map of vertices by nameMethods in org.deeplearning4j.nn.graph that return GraphVertex Modifier and Type Method Description GraphVertex
ComputationGraph. getVertex(String name)
Return a given GraphVertex by name, or null if no vertex with that name existsGraphVertex[]
ComputationGraph. getVertices()
Returns an array of all GraphVertex objects. -
Uses of GraphVertex in org.deeplearning4j.nn.graph.vertex
Classes in org.deeplearning4j.nn.graph.vertex that implement GraphVertex Modifier and Type Class Description class
BaseGraphVertex
class
BaseWrapperVertex
Fields in org.deeplearning4j.nn.graph.vertex declared as GraphVertex Modifier and Type Field Description protected GraphVertex
BaseWrapperVertex. underlying
Constructors in org.deeplearning4j.nn.graph.vertex with parameters of type GraphVertex Constructor Description BaseWrapperVertex(GraphVertex underlying)
-
Uses of GraphVertex in org.deeplearning4j.nn.graph.vertex.impl
Classes in org.deeplearning4j.nn.graph.vertex.impl that implement GraphVertex Modifier and Type Class Description class
ElementWiseVertex
class
FrozenVertex
class
InputVertex
class
L2NormalizeVertex
class
L2Vertex
class
LayerVertex
class
MergeVertex
class
PoolHelperVertex
class
PreprocessorVertex
class
ReshapeVertex
class
ScaleVertex
class
ShiftVertex
class
StackVertex
class
SubsetVertex
class
UnstackVertex
Constructors in org.deeplearning4j.nn.graph.vertex.impl with parameters of type GraphVertex Constructor Description FrozenVertex(GraphVertex underlying)
-
Uses of GraphVertex in org.deeplearning4j.nn.graph.vertex.impl.rnn
Classes in org.deeplearning4j.nn.graph.vertex.impl.rnn that implement GraphVertex Modifier and Type Class Description class
DuplicateToTimeSeriesVertex
class
LastTimeStepVertex
class
ReverseTimeSeriesVertex
-
Uses of GraphVertex in org.deeplearning4j.nn.layers.samediff
Classes in org.deeplearning4j.nn.layers.samediff that implement GraphVertex Modifier and Type Class Description class
SameDiffGraphVertex
-