| 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 |
FrozenLayer.type() |
Layer.Type |
ActivationLayer.type() |
Layer.Type |
DropoutLayer.type() |
Layer.Type |
AbstractLayer.type() |
Layer.Type |
LossLayer.type() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Type |
ConvolutionLayer.type() |
Layer.Type |
ZeroPaddingLayer.type() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Type |
SubsamplingLayer.type() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Type |
BatchNormalization.type() |
Layer.Type |
LocalResponseNormalization.type() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Type |
GlobalPoolingLayer.type() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Type |
LSTM.type() |
Layer.Type |
RnnOutputLayer.type() |
Layer.Type |
GravesBidirectionalLSTM.type() |
Layer.Type |
GravesLSTM.type() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Type |
VariationalAutoencoder.type() |
| Modifier and Type | Method and Description |
|---|---|
Layer.Type |
MultiLayerNetwork.type() |
Copyright © 2017. All rights reserved.