Uses of Class
org.deeplearning4j.nn.conf.layers.samediff.SameDiffVertex
-
Packages that use SameDiffVertex Package Description org.deeplearning4j.nn.conf.graph org.deeplearning4j.nn.conf.layers.samediff org.deeplearning4j.nn.layers.samediff org.deeplearning4j.nn.params -
-
Uses of SameDiffVertex in org.deeplearning4j.nn.conf.graph
Subclasses of SameDiffVertex in org.deeplearning4j.nn.conf.graph Modifier and Type Class Description class
AttentionVertex
-
Uses of SameDiffVertex in org.deeplearning4j.nn.conf.layers.samediff
Subclasses of SameDiffVertex in org.deeplearning4j.nn.conf.layers.samediff Modifier and Type Class Description class
SameDiffLambdaVertex
-
Uses of SameDiffVertex in org.deeplearning4j.nn.layers.samediff
Fields in org.deeplearning4j.nn.layers.samediff declared as SameDiffVertex Modifier and Type Field Description protected SameDiffVertex
SameDiffGraphVertex. config
Constructors in org.deeplearning4j.nn.layers.samediff with parameters of type SameDiffVertex Constructor Description SameDiffGraphVertex(SameDiffVertex config, ComputationGraph graph, String name, int vertexIndex, INDArray paramsView, boolean initParams, DataType dataType)
-
Uses of SameDiffVertex in org.deeplearning4j.nn.params
Methods in org.deeplearning4j.nn.params with parameters of type SameDiffVertex Modifier and Type Method Description Map<String,INDArray>
SameDiffParamInitializer. subsetAndReshape(List<String> params, Map<String,long[]> paramShapes, INDArray view, AbstractSameDiffLayer sdl, SameDiffVertex sdv)
-