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 GraphVertexElementWiseVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexFrozenVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)abstract GraphVertexGraphVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)Create aGraphVertexinstance, for the given computation graph, given the configuration instance.GraphVertexL2NormalizeVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexL2Vertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexLayerVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexMergeVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexPoolHelperVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexPreprocessorVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexReshapeVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexScaleVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexShiftVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexStackVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexSubsetVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)GraphVertexUnstackVertex. 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 GraphVertexDuplicateToTimeSeriesVertex. 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 GraphVertexSameDiffVertex. 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. verticesAll 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. verticesMapMap of vertices by nameMethods in org.deeplearning4j.nn.graph that return GraphVertex Modifier and Type Method Description GraphVertexComputationGraph. 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 classBaseGraphVertexclassBaseWrapperVertexFields in org.deeplearning4j.nn.graph.vertex declared as GraphVertex Modifier and Type Field Description protected GraphVertexBaseWrapperVertex. underlyingConstructors 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 classElementWiseVertexclassFrozenVertexclassInputVertexclassL2NormalizeVertexclassL2VertexclassLayerVertexclassMergeVertexclassPoolHelperVertexclassPreprocessorVertexclassReshapeVertexclassScaleVertexclassShiftVertexclassStackVertexclassSubsetVertexclassUnstackVertexConstructors 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 classDuplicateToTimeSeriesVertexclassLastTimeStepVertexclassReverseTimeSeriesVertex -
Uses of GraphVertex in org.deeplearning4j.nn.layers.samediff
Classes in org.deeplearning4j.nn.layers.samediff that implement GraphVertex Modifier and Type Class Description classSameDiffGraphVertex
-