Uses of Class
org.deeplearning4j.nn.graph.vertex.impl.rnn.LastTimeStepVertex
-
Packages that use LastTimeStepVertex Package Description org.deeplearning4j.nn.conf.graph.rnn -
-
Uses of LastTimeStepVertex in org.deeplearning4j.nn.conf.graph.rnn
Methods in org.deeplearning4j.nn.conf.graph.rnn that return LastTimeStepVertex Modifier and Type Method Description LastTimeStepVertexLastTimeStepVertex. instantiate(ComputationGraph graph, String name, int idx, INDArray paramsView, boolean initializeParams, DataType networkDatatype)
-