Uses of Class
org.deeplearning4j.nn.conf.layers.samediff.SameDiffLayer.Builder
-
Packages that use SameDiffLayer.Builder Package Description org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.conf.layers.samediff -
-
Uses of SameDiffLayer.Builder in org.deeplearning4j.nn.conf.layers
Subclasses of SameDiffLayer.Builder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static class
CapsuleLayer.Builder
static class
CapsuleStrengthLayer.Builder
static class
LearnedSelfAttentionLayer.Builder
static class
LocallyConnected1D.Builder
static class
LocallyConnected2D.Builder
static class
PrimaryCapsules.Builder
static class
RecurrentAttentionLayer.Builder
static class
SelfAttentionLayer.Builder
-
Uses of SameDiffLayer.Builder in org.deeplearning4j.nn.conf.layers.samediff
Classes in org.deeplearning4j.nn.conf.layers.samediff with type parameters of type SameDiffLayer.Builder Modifier and Type Class Description static class
SameDiffLayer.Builder<T extends SameDiffLayer.Builder<T>>
Constructors in org.deeplearning4j.nn.conf.layers.samediff with parameters of type SameDiffLayer.Builder Constructor Description SameDiffLayer(SameDiffLayer.Builder builder)
-