Uses of Class
org.deeplearning4j.nn.conf.layers.recurrent.SimpleRnn.Builder
-
Packages that use SimpleRnn.Builder Package Description org.deeplearning4j.nn.conf.layers.recurrent -
-
Uses of SimpleRnn.Builder in org.deeplearning4j.nn.conf.layers.recurrent
Methods in org.deeplearning4j.nn.conf.layers.recurrent that return SimpleRnn.Builder Modifier and Type Method Description SimpleRnn.BuilderSimpleRnn.Builder. hasLayerNorm(boolean hasLayerNorm)Constructors in org.deeplearning4j.nn.conf.layers.recurrent with parameters of type SimpleRnn.Builder Constructor Description SimpleRnn(SimpleRnn.Builder builder)
-