Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.conf.layers.samediff | |
org.deeplearning4j.nn.params |
Modifier and Type | Class and Description |
---|---|
class |
LocallyConnected1D |
class |
LocallyConnected2D |
Modifier and Type | Class and Description |
---|---|
class |
SameDiffLambdaLayer |
class |
SameDiffLayer
A base layer used for implementing Deeplearning4j layers using SameDiff.
|
class |
SameDiffOutputLayer
A base layer used for implementing Deeplearning4j Output layers using SameDiff.
|
Modifier and Type | Method and Description |
---|---|
Map<String,INDArray> |
SameDiffParamInitializer.subsetAndReshape(List<String> params,
Map<String,long[]> paramShapes,
INDArray view,
AbstractSameDiffLayer sdl,
SameDiffVertex sdv) |
Copyright © 2018. All rights reserved.