Uses of Class
org.deeplearning4j.nn.conf.layers.SubsamplingLayer.BaseSubsamplingBuilder
-
Packages that use SubsamplingLayer.BaseSubsamplingBuilder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of SubsamplingLayer.BaseSubsamplingBuilder in org.deeplearning4j.nn.conf.layers
Classes in org.deeplearning4j.nn.conf.layers with type parameters of type SubsamplingLayer.BaseSubsamplingBuilder Modifier and Type Class Description protected static classSubsamplingLayer.BaseSubsamplingBuilder<T extends SubsamplingLayer.BaseSubsamplingBuilder<T>>Subclasses of SubsamplingLayer.BaseSubsamplingBuilder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static classSubsampling1DLayer.Builderstatic classSubsamplingLayer.BuilderConstructors in org.deeplearning4j.nn.conf.layers with parameters of type SubsamplingLayer.BaseSubsamplingBuilder Constructor Description SubsamplingLayer(SubsamplingLayer.BaseSubsamplingBuilder builder)
-