Uses of Class
org.deeplearning4j.nn.conf.layers.AbstractLSTM
-
Packages that use AbstractLSTM Package Description org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.layers.recurrent -
-
Uses of AbstractLSTM in org.deeplearning4j.nn.conf.layers
Subclasses of AbstractLSTM in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description class
GravesLSTM
Deprecated.class
LSTM
-
Uses of AbstractLSTM in org.deeplearning4j.nn.layers.recurrent
Methods in org.deeplearning4j.nn.layers.recurrent with parameters of type AbstractLSTM Modifier and Type Method Description static LayerMemoryReport
LSTMHelpers. getMemoryReport(AbstractLSTM lstmLayer, InputType inputType)
-