Uses of Class
org.deeplearning4j.nn.conf.layers.samediff.SameDiffLambdaVertex.VertexInputs
-
Packages that use SameDiffLambdaVertex.VertexInputs Package Description org.deeplearning4j.nn.conf.layers.samediff -
-
Uses of SameDiffLambdaVertex.VertexInputs in org.deeplearning4j.nn.conf.layers.samediff
Fields in org.deeplearning4j.nn.conf.layers.samediff declared as SameDiffLambdaVertex.VertexInputs Modifier and Type Field Description protected SameDiffLambdaVertex.VertexInputs
SameDiffLambdaVertex. inputs
Methods in org.deeplearning4j.nn.conf.layers.samediff that return SameDiffLambdaVertex.VertexInputs Modifier and Type Method Description protected SameDiffLambdaVertex.VertexInputs
SameDiffLambdaVertex. getInputs(SameDiff sd)
Methods in org.deeplearning4j.nn.conf.layers.samediff with parameters of type SameDiffLambdaVertex.VertexInputs Modifier and Type Method Description abstract SDVariable
SameDiffLambdaVertex. defineVertex(SameDiff sameDiff, SameDiffLambdaVertex.VertexInputs inputs)
The defineVertex method is used to define the foward pass for the vertex
-