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 classCapsuleLayer.Builderstatic classCapsuleStrengthLayer.Builderstatic classLearnedSelfAttentionLayer.Builderstatic classLocallyConnected1D.Builderstatic classLocallyConnected2D.Builderstatic classPrimaryCapsules.Builderstatic classRecurrentAttentionLayer.Builderstatic classSelfAttentionLayer.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 classSameDiffLayer.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)
-