Modifier and Type | Method and Description |
---|---|
Layer.Type |
Layer.type()
Returns the layer type
|
static Layer.Type |
Layer.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Layer.Type[] |
Layer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Layer.Type |
AbstractLayer.type() |
Layer.Type |
ActivationLayer.type() |
Layer.Type |
DropoutLayer.type() |
Layer.Type |
LossLayer.type() |
Layer.Type |
RepeatVector.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
Cnn3DLossLayer.type() |
Layer.Type |
CnnLossLayer.type() |
Layer.Type |
ConvolutionLayer.type() |
Layer.Type |
Cropping1DLayer.type() |
Layer.Type |
Cropping2DLayer.type() |
Layer.Type |
Cropping3DLayer.type() |
Layer.Type |
SpaceToBatch.type() |
Layer.Type |
SpaceToDepth.type() |
Layer.Type |
ZeroPadding1DLayer.type() |
Layer.Type |
ZeroPadding3DLayer.type() |
Layer.Type |
ZeroPaddingLayer.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
Subsampling3DLayer.type() |
Layer.Type |
SubsamplingLayer.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
Upsampling2D.type() |
Layer.Type |
Upsampling3D.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
PReLU.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
EmbeddingSequenceLayer.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
BatchNormalization.type() |
Layer.Type |
LocalResponseNormalization.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
OCNNOutputLayer.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
GlobalPoolingLayer.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
BidirectionalLayer.type() |
Layer.Type |
GravesBidirectionalLSTM.type() |
Layer.Type |
GravesLSTM.type()
Deprecated.
|
Layer.Type |
LastTimeStepLayer.type() |
Layer.Type |
LSTM.type() |
Layer.Type |
MaskZeroLayer.type() |
Layer.Type |
RnnLossLayer.type() |
Layer.Type |
RnnOutputLayer.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
VariationalAutoencoder.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
BaseWrapperLayer.type() |
Modifier and Type | Method and Description |
---|---|
Layer.Type |
MultiLayerNetwork.type() |
Copyright © 2020. All rights reserved.