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 class
SubsamplingLayer.BaseSubsamplingBuilder<T extends SubsamplingLayer.BaseSubsamplingBuilder<T>>
Subclasses of SubsamplingLayer.BaseSubsamplingBuilder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static class
Subsampling1DLayer.Builder
static class
SubsamplingLayer.Builder
Constructors in org.deeplearning4j.nn.conf.layers with parameters of type SubsamplingLayer.BaseSubsamplingBuilder Constructor Description SubsamplingLayer(SubsamplingLayer.BaseSubsamplingBuilder builder)
-