| Class | Description |
|---|---|
| AbstractSameDiffLayer | |
| AbstractSameDiffLayer.Builder<T extends AbstractSameDiffLayer.Builder<T>> | |
| SameDiffLambdaLayer |
SameDiffLambdaLayer is defined to be used as the base class for implementing lambda layers using SameDiff
Lambda layers are layers without parameters - and as a result, have a much simpler API - users need only extend SameDiffLambdaLayer and implement a single method |
| SameDiffLambdaVertex |
SameDiffLambdaVertex is defined to be used as the base class for implementing lambda vertices using SameDiff
Lambda vertices are vertices without parameters - and as a result, have a much simpler API - users need only extend SameDiffLambdaVertex and implement a single method to define their vertex |
| SameDiffLayer |
A base layer used for implementing Deeplearning4j layers using SameDiff.
|
| SameDiffLayer.Builder<T extends SameDiffLayer.Builder<T>> | |
| SameDiffLayerUtils |
Utility methods for DL4J SameDiff layers
|
| SameDiffOutputLayer |
A base layer used for implementing Deeplearning4j Output layers using SameDiff.
|
| SameDiffVertex |
A SameDiff-based GraphVertex.
|
| SDLayerParams |
SDLayerParams is used to define the parameters for a Deeplearning4j SameDiff layer
|
| SDVertexParams |
SDVertexParams is used to define the inputs - and the parameters - for a SameDiff vertex
|
Copyright © 2020. All rights reserved.